|
|
@ -553,18 +553,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "grin_api"
|
|
|
|
name = "grin_api"
|
|
|
|
version = "1.1.0-beta.2"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin#25a2ee1233d9de3ab68be4e109f0ac0005dd4ed3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_chain 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_chain 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_core 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_core 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_p2p 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_p2p 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_pool 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_pool 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_store 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_store 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_util 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_util 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper-rustls 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper-rustls 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -585,8 +585,8 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "grin_chain"
|
|
|
|
name = "grin_chain"
|
|
|
|
version = "1.1.0-beta.2"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin#25a2ee1233d9de3ab68be4e109f0ac0005dd4ed3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -594,10 +594,10 @@ dependencies = [
|
|
|
|
"croaring 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"croaring 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_core 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_core 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_keychain 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_keychain 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_store 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_store 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_util 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_util 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -608,8 +608,8 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "grin_core"
|
|
|
|
name = "grin_core"
|
|
|
|
version = "1.1.0-beta.2"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin#25a2ee1233d9de3ab68be4e109f0ac0005dd4ed3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -618,8 +618,8 @@ dependencies = [
|
|
|
|
"enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_keychain 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_keychain 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_util 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_util 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -634,13 +634,13 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "grin_keychain"
|
|
|
|
name = "grin_keychain"
|
|
|
|
version = "1.1.0-beta.2"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin#25a2ee1233d9de3ab68be4e109f0ac0005dd4ed3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_util 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_util 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hmac 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hmac 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -652,21 +652,22 @@ dependencies = [
|
|
|
|
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
|
"zeroize 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "grin_p2p"
|
|
|
|
name = "grin_p2p"
|
|
|
|
version = "1.1.0-beta.2"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin#25a2ee1233d9de3ab68be4e109f0ac0005dd4ed3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_chain 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_chain 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_core 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_core 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_store 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_store 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_util 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_util 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -678,17 +679,17 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "grin_pool"
|
|
|
|
name = "grin_pool"
|
|
|
|
version = "1.1.0-beta.2"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin#25a2ee1233d9de3ab68be4e109f0ac0005dd4ed3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_core 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_core 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_keychain 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_keychain 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_store 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_store 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_util 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_util 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -711,16 +712,16 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "grin_store"
|
|
|
|
name = "grin_store"
|
|
|
|
version = "1.1.0-beta.2"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin#25a2ee1233d9de3ab68be4e109f0ac0005dd4ed3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"croaring 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"croaring 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_core 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_core 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_util 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_util 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lmdb-zero 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lmdb-zero 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -732,8 +733,8 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "grin_util"
|
|
|
|
name = "grin_util"
|
|
|
|
version = "1.1.0-beta.2"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin#25a2ee1233d9de3ab68be4e109f0ac0005dd4ed3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"backtrace 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"backtrace 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -753,19 +754,19 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet"
|
|
|
|
name = "grin_wallet"
|
|
|
|
version = "1.1.0-beta.4"
|
|
|
|
version = "1.1.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"built 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"built 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ctrlc 3.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ctrlc 3.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_wallet_api 1.1.0-beta.4",
|
|
|
|
"grin_wallet_api 1.1.0",
|
|
|
|
"grin_wallet_config 1.1.0-beta.4",
|
|
|
|
"grin_wallet_config 1.1.0",
|
|
|
|
"grin_wallet_controller 1.1.0-beta.4",
|
|
|
|
"grin_wallet_controller 1.1.0",
|
|
|
|
"grin_wallet_impls 1.1.0-beta.4",
|
|
|
|
"grin_wallet_impls 1.1.0",
|
|
|
|
"grin_wallet_libwallet 1.1.0-beta.4",
|
|
|
|
"grin_wallet_libwallet 1.1.0",
|
|
|
|
"grin_wallet_util 1.1.0-beta.4",
|
|
|
|
"grin_wallet_util 1.1.0",
|
|
|
|
"linefeed 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"linefeed 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prettytable-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prettytable-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -774,16 +775,16 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet_api"
|
|
|
|
name = "grin_wallet_api"
|
|
|
|
version = "1.1.0-beta.4"
|
|
|
|
version = "1.1.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"easy-jsonrpc 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"easy-jsonrpc 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_wallet_config 1.1.0-beta.4",
|
|
|
|
"grin_wallet_config 1.1.0",
|
|
|
|
"grin_wallet_impls 1.1.0-beta.4",
|
|
|
|
"grin_wallet_impls 1.1.0",
|
|
|
|
"grin_wallet_libwallet 1.1.0-beta.4",
|
|
|
|
"grin_wallet_libwallet 1.1.0",
|
|
|
|
"grin_wallet_util 1.1.0-beta.4",
|
|
|
|
"grin_wallet_util 1.1.0",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -792,10 +793,10 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet_config"
|
|
|
|
name = "grin_wallet_config"
|
|
|
|
version = "1.1.0-beta.4"
|
|
|
|
version = "1.1.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_wallet_util 1.1.0-beta.4",
|
|
|
|
"grin_wallet_util 1.1.0",
|
|
|
|
"pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -805,18 +806,18 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet_controller"
|
|
|
|
name = "grin_wallet_controller"
|
|
|
|
version = "1.1.0-beta.4"
|
|
|
|
version = "1.1.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"easy-jsonrpc 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"easy-jsonrpc 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_wallet_api 1.1.0-beta.4",
|
|
|
|
"grin_wallet_api 1.1.0",
|
|
|
|
"grin_wallet_config 1.1.0-beta.4",
|
|
|
|
"grin_wallet_config 1.1.0",
|
|
|
|
"grin_wallet_impls 1.1.0-beta.4",
|
|
|
|
"grin_wallet_impls 1.1.0",
|
|
|
|
"grin_wallet_libwallet 1.1.0-beta.4",
|
|
|
|
"grin_wallet_libwallet 1.1.0",
|
|
|
|
"grin_wallet_util 1.1.0-beta.4",
|
|
|
|
"grin_wallet_util 1.1.0",
|
|
|
|
"hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -836,16 +837,16 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet_impls"
|
|
|
|
name = "grin_wallet_impls"
|
|
|
|
version = "1.1.0-beta.4"
|
|
|
|
version = "1.1.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_wallet_config 1.1.0-beta.4",
|
|
|
|
"grin_wallet_config 1.1.0",
|
|
|
|
"grin_wallet_libwallet 1.1.0-beta.4",
|
|
|
|
"grin_wallet_libwallet 1.1.0",
|
|
|
|
"grin_wallet_util 1.1.0-beta.4",
|
|
|
|
"grin_wallet_util 1.1.0",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -860,14 +861,14 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet_libwallet"
|
|
|
|
name = "grin_wallet_libwallet"
|
|
|
|
version = "1.1.0-beta.4"
|
|
|
|
version = "1.1.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_wallet_config 1.1.0-beta.4",
|
|
|
|
"grin_wallet_config 1.1.0",
|
|
|
|
"grin_wallet_util 1.1.0-beta.4",
|
|
|
|
"grin_wallet_util 1.1.0",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -881,15 +882,15 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet_util"
|
|
|
|
name = "grin_wallet_util"
|
|
|
|
version = "1.1.0-beta.4"
|
|
|
|
version = "1.1.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_api 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_api 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_chain 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_chain 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_core 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_core 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_keychain 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_keychain 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_store 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_store 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_util 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)",
|
|
|
|
"grin_util 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -2695,6 +2696,25 @@ name = "zeroize"
|
|
|
|
version = "0.5.2"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "zeroize"
|
|
|
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"zeroize_derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "zeroize_derive"
|
|
|
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
|
"synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
|
|
|
name = "zip"
|
|
|
|
version = "0.4.2"
|
|
|
|
version = "0.4.2"
|
|
|
@ -2774,15 +2794,15 @@ dependencies = [
|
|
|
|
"checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
|
|
|
|
"checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
|
|
|
|
"checksum git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "591f8be1674b421644b6c030969520bc3fa12114d2eb467471982ed3e9584e71"
|
|
|
|
"checksum git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "591f8be1674b421644b6c030969520bc3fa12114d2eb467471982ed3e9584e71"
|
|
|
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
|
|
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
|
|
|
"checksum grin_api 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)" = "<none>"
|
|
|
|
"checksum grin_api 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9720b56619eb854e6d1ed4221a50cf669f39b7ee7c7519e9bf5bd45872665dea"
|
|
|
|
"checksum grin_chain 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)" = "<none>"
|
|
|
|
"checksum grin_chain 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bfd7dde76b0c0a6da1151d4d14dd19c3dff882f45205ca8c7c348ff37d18a317"
|
|
|
|
"checksum grin_core 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)" = "<none>"
|
|
|
|
"checksum grin_core 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b08d46a558ba1c6451b343deb2fd607e1829965969bdc9a09417a60e3c615015"
|
|
|
|
"checksum grin_keychain 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)" = "<none>"
|
|
|
|
"checksum grin_keychain 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aef5c2b6175877f42052e3095c2dbf0bf6b7136aa0f92398fa7914a6ee6e0d99"
|
|
|
|
"checksum grin_p2p 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)" = "<none>"
|
|
|
|
"checksum grin_p2p 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8b7826739d7d3d64d31ff6eda890d4e1efe56f82e53b97613c7c74c85c0fff2"
|
|
|
|
"checksum grin_pool 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)" = "<none>"
|
|
|
|
"checksum grin_pool 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d19f91334fdb70d95164f00dba4b77bf10321740a446ff81223f2bffe4ce417"
|
|
|
|
"checksum grin_secp256k1zkp 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "75e9a265f3eeea4c204470f7262e2c6fe18f3d8ddf5fb24340cb550ac4f909c5"
|
|
|
|
"checksum grin_secp256k1zkp 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "75e9a265f3eeea4c204470f7262e2c6fe18f3d8ddf5fb24340cb550ac4f909c5"
|
|
|
|
"checksum grin_store 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)" = "<none>"
|
|
|
|
"checksum grin_store 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ac5c8b11f0bbc7ad319e6b5d3a99d96bd4dd96dcfbb093e0cae2499fa19559c"
|
|
|
|
"checksum grin_util 1.1.0-beta.2 (git+https://github.com/mimblewimble/grin)" = "<none>"
|
|
|
|
"checksum grin_util 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7504d23ede1fa7fb48dda4a6996ab8bb2cf4da7ee4c9f5944ab5402ec17eceff"
|
|
|
|
"checksum h2 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "2b53def7bb0253af7718036fe9338c15defd209136819464384f3a553e07481b"
|
|
|
|
"checksum h2 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "2b53def7bb0253af7718036fe9338c15defd209136819464384f3a553e07481b"
|
|
|
|
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
|
|
|
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
|
|
|
"checksum hmac 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "733e1b3ac906631ca01ebb577e9bb0f5e37a454032b9036b5eaea4013ed6f99a"
|
|
|
|
"checksum hmac 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "733e1b3ac906631ca01ebb577e9bb0f5e37a454032b9036b5eaea4013ed6f99a"
|
|
|
@ -2986,4 +3006,6 @@ dependencies = [
|
|
|
|
"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
|
|
|
|
"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
|
|
|
|
"checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
|
|
|
|
"checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
|
|
|
|
"checksum zeroize 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8ddfeb6eee2fb3b262ef6e0898a52b7563bb8e0d5955a313b3cf2f808246ea14"
|
|
|
|
"checksum zeroize 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8ddfeb6eee2fb3b262ef6e0898a52b7563bb8e0d5955a313b3cf2f808246ea14"
|
|
|
|
|
|
|
|
"checksum zeroize 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b60a6c572b91d8ecb0a460950d84fe5b40699edd07d65f73789b31237afc8f66"
|
|
|
|
|
|
|
|
"checksum zeroize_derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9dac4b660d969bff9c3fe1847a891cacaa8b21dd5f2aae6e0a3e0975aea96431"
|
|
|
|
"checksum zip 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "36b9e08fb518a65cf7e08a1e482573eb87a2f4f8c6619316612a3c1f162fe822"
|
|
|
|
"checksum zip 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "36b9e08fb518a65cf7e08a1e482573eb87a2f4f8c6619316612a3c1f162fe822"
|
|
|
|