|
|
@@ -69,12 +69,6 @@ version = "0.5.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "arrayvec"
|
|
|
-version = "0.7.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "assert_matches"
|
|
|
version = "1.5.0"
|
|
|
@@ -153,18 +147,6 @@ version = "1.3.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "bitvec"
|
|
|
-version = "0.20.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"
|
|
|
-dependencies = [
|
|
|
- "funty",
|
|
|
- "radium",
|
|
|
- "tap",
|
|
|
- "wyz",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "blake3"
|
|
|
version = "0.3.8"
|
|
|
@@ -172,7 +154,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"
|
|
|
dependencies = [
|
|
|
"arrayref",
|
|
|
- "arrayvec 0.5.2",
|
|
|
+ "arrayvec",
|
|
|
"cc",
|
|
|
"cfg-if 0.1.10",
|
|
|
"constant_time_eq",
|
|
|
@@ -304,12 +286,6 @@ dependencies = [
|
|
|
"serde",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "byte-slice-cast"
|
|
|
-version = "1.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1d30c751592b77c499e7bce34d99d67c2c11bdc0574e9a488ddade14150a4698"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "byte-tools"
|
|
|
version = "0.3.1"
|
|
|
@@ -932,9 +908,6 @@ version = "0.7.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"
|
|
|
dependencies = [
|
|
|
- "byteorder",
|
|
|
- "rand 0.8.4",
|
|
|
- "rustc-hex",
|
|
|
"static_assertions",
|
|
|
]
|
|
|
|
|
|
@@ -997,12 +970,6 @@ version = "0.3.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "funty"
|
|
|
-version = "1.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "futures"
|
|
|
version = "0.1.31"
|
|
|
@@ -1374,26 +1341,6 @@ dependencies = [
|
|
|
"unicode-normalization",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "impl-codec"
|
|
|
-version = "0.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "161ebdfec3c8e3b52bf61c4f3550a1eea4f9579d10dc1b936f3171ebdcd6c443"
|
|
|
-dependencies = [
|
|
|
- "parity-scale-codec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "impl-trait-for-tuples"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d5dacb10c5b3bb92d46ba347505a9041e676bb20ad220101326bffb0c93031ee"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 1.0.28",
|
|
|
- "quote 1.0.9",
|
|
|
- "syn 1.0.75",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "indexmap"
|
|
|
version = "1.7.0"
|
|
|
@@ -1636,12 +1583,6 @@ version = "0.3.16"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "minimal-lexical"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "miniz_oxide"
|
|
|
version = "0.4.4"
|
|
|
@@ -1757,17 +1698,6 @@ dependencies = [
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "nom"
|
|
|
-version = "7.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
|
|
|
-dependencies = [
|
|
|
- "memchr",
|
|
|
- "minimal-lexical",
|
|
|
- "version_check",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "ntapi"
|
|
|
version = "0.3.6"
|
|
|
@@ -1930,32 +1860,6 @@ dependencies = [
|
|
|
"syn 1.0.75",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "parity-scale-codec"
|
|
|
-version = "2.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"
|
|
|
-dependencies = [
|
|
|
- "arrayvec 0.7.2",
|
|
|
- "bitvec",
|
|
|
- "byte-slice-cast",
|
|
|
- "impl-trait-for-tuples",
|
|
|
- "parity-scale-codec-derive",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parity-scale-codec-derive"
|
|
|
-version = "2.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"
|
|
|
-dependencies = [
|
|
|
- "proc-macro-crate 1.0.0",
|
|
|
- "proc-macro2 1.0.28",
|
|
|
- "quote 1.0.9",
|
|
|
- "syn 1.0.75",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "parking_lot"
|
|
|
version = "0.9.0"
|
|
|
@@ -2095,7 +1999,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "06345ee39fbccfb06ab45f3a1a5798d9dafa04cb8921a76d227040003a234b0e"
|
|
|
dependencies = [
|
|
|
"fixed-hash",
|
|
|
- "impl-codec",
|
|
|
"uint",
|
|
|
]
|
|
|
|
|
|
@@ -2175,12 +2078,6 @@ dependencies = [
|
|
|
"proc-macro2 1.0.28",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "radium"
|
|
|
-version = "0.6.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "rand"
|
|
|
version = "0.7.3"
|
|
|
@@ -2423,12 +2320,6 @@ version = "1.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "rustc-hex"
|
|
|
-version = "2.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "rustc_version"
|
|
|
version = "0.2.3"
|
|
|
@@ -3381,12 +3272,6 @@ dependencies = [
|
|
|
"unicode-xid 0.2.2",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "tap"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "tar"
|
|
|
version = "0.4.37"
|
|
|
@@ -4121,15 +4006,6 @@ dependencies = [
|
|
|
"solitaire",
|
|
|
"solitaire-client",
|
|
|
"wasm-bindgen",
|
|
|
- "wormhole-core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wormhole-core"
|
|
|
-version = "0.1.0"
|
|
|
-dependencies = [
|
|
|
- "nom",
|
|
|
- "primitive-types",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -4142,12 +4018,6 @@ dependencies = [
|
|
|
"winapi-build",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "wyz"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "xattr"
|
|
|
version = "0.2.2"
|