Skip to content
Cargo.lock 378 KiB
Newer Older
checksum = "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15"
 "generic-array 0.14.7",
 "rand_core 0.6.4",
 "subtle",
 "zeroize",
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
 "generic-array 0.14.7",
 "rand_core 0.6.4",
 "typenum",
[[package]]
name = "crypto-mac"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
dependencies = [
 "generic-array 0.14.7",
[[package]]
name = "crypto-mac"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
dependencies = [
 "generic-array 0.14.7",
[[package]]
name = "ctr"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
dependencies = [
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
name = "cumulus-client-cli"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
 "parity-scale-codec",
 "sc-chain-spec",
 "sc-client-api",
 "sp-core",
 "sp-runtime",
name = "cumulus-client-collator"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
 "cumulus-client-consensus-common",
 "cumulus-client-network",
 "cumulus-primitives-core",
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-overseer",
 "polkadot-primitives",
 "sc-client-api",
 "sp-core",
 "sp-runtime",
name = "cumulus-client-consensus-aura"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
dependencies = [
 "cumulus-client-collator",
 "cumulus-client-consensus-common",
 "cumulus-client-consensus-proposer",
 "cumulus-primitives-aura",
 "cumulus-primitives-core",
 "cumulus-primitives-parachain-inherent",
 "cumulus-relay-chain-interface",
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-overseer",
 "polkadot-primitives",
 "sc-client-api",
 "sc-consensus",
 "sc-consensus-aura",
 "sc-consensus-babe",
 "sc-consensus-slots",
 "sc-telemetry",
 "sp-application-crypto",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-aura",
 "sp-keystore",
 "sp-runtime",
 "sp-state-machine",
 "sp-timestamp",
 "substrate-prometheus-endpoint",
 "tracing",
name = "cumulus-client-consensus-common"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
dependencies = [
 "cumulus-client-pov-recovery",
 "cumulus-primitives-core",
 "cumulus-relay-chain-interface",
 "parity-scale-codec",
 "polkadot-primitives",
 "sc-client-api",
 "sc-consensus",
 "sc-consensus-babe",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-slots",
 "sp-core",
 "sp-runtime",
 "sp-timestamp",
 "substrate-prometheus-endpoint",
[[package]]
name = "cumulus-client-consensus-proposer"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
dependencies = [
 "anyhow",
 "async-trait",
 "cumulus-primitives-parachain-inherent",
 "sp-consensus",
 "sp-inherents",
 "sp-runtime",
 "sp-state-machine",
 "thiserror",
]

Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "cumulus-client-network"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
 "async-trait",
 "cumulus-relay-chain-interface",
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-parachain",
 "polkadot-primitives",
 "sc-client-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-runtime",
 "sp-state-machine",
[[package]]
name = "cumulus-client-pov-recovery"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
dependencies = [
 "cumulus-primitives-core",
 "cumulus-relay-chain-interface",
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-overseer",
 "polkadot-primitives",
 "sc-client-api",
 "sc-consensus",
 "sp-consensus",
 "sp-maybe-compressed-blob",
 "sp-runtime",
name = "cumulus-client-service"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
dependencies = [
 "cumulus-client-collator",
 "cumulus-client-consensus-common",
 "cumulus-client-network",
 "cumulus-client-pov-recovery",
 "cumulus-primitives-core",
 "cumulus-relay-chain-inprocess-interface",
 "cumulus-relay-chain-interface",
 "cumulus-relay-chain-minimal-node",
 "futures",
 "polkadot-primitives",
 "sc-client-api",
 "sc-consensus",
 "sc-network",
 "sc-network-sync",
 "sc-network-transactions",
 "sc-rpc",
 "sc-sysinfo",
 "sc-telemetry",
 "sc-transaction-pool",
 "sc-utils",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-runtime",
 "sp-transaction-pool",
name = "cumulus-pallet-aura-ext"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
 "frame-support",
 "frame-system",
 "pallet-aura",
 "parity-scale-codec",
 "scale-info",
 "sp-application-crypto",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/substrate?branch=master)",
name = "cumulus-pallet-dmp-queue"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
dependencies = [
 "cumulus-primitives-core",
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/substrate?branch=master)",
name = "cumulus-pallet-parachain-system"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
dependencies = [
 "cumulus-pallet-parachain-system-proc-macro",
 "cumulus-primitives-core",
 "cumulus-primitives-parachain-inherent",
 "environmental",
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "log",
 "parity-scale-codec",
 "polkadot-parachain",
 "scale-info",
 "sp-core",
 "sp-externalities",
 "sp-io",
 "sp-runtime",
 "sp-state-machine",
 "sp-std 8.0.0 (git+https://github.com/paritytech/substrate?branch=master)",
name = "cumulus-pallet-parachain-system-proc-macro"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
dependencies = [
 "proc-macro2 1.0.66",
 "quote 1.0.31",
name = "cumulus-pallet-xcm"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
 "cumulus-primitives-core",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/substrate?branch=master)",
[[package]]
name = "cumulus-pallet-xcmp-queue"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
dependencies = [
 "cumulus-primitives-core",
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/substrate?branch=master)",
[[package]]
name = "cumulus-primitives-aura"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
dependencies = [
 "parity-scale-codec",
 "polkadot-core-primitives",
 "polkadot-primitives",
 "sp-api",
 "sp-consensus-aura",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/substrate?branch=master)",
[[package]]
name = "cumulus-primitives-core"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
dependencies = [
 "parity-scale-codec",
 "polkadot-core-primitives",
 "polkadot-parachain",
 "polkadot-primitives",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "scale-info",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/substrate?branch=master)",
name = "cumulus-primitives-parachain-inherent"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
dependencies = [
 "async-trait",
 "cumulus-primitives-core",
 "cumulus-relay-chain-interface",
 "cumulus-test-relay-sproof-builder",
 "parity-scale-codec",
 "sc-client-api",
 "scale-info",
 "sp-runtime",
 "sp-state-machine",
 "sp-std 8.0.0 (git+https://github.com/paritytech/substrate?branch=master)",
 "sp-storage",
 "sp-trie",
 "tracing",
]

[[package]]
name = "cumulus-primitives-timestamp"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
dependencies = [
 "cumulus-primitives-core",
 "sp-std 8.0.0 (git+https://github.com/paritytech/substrate?branch=master)",
name = "cumulus-relay-chain-inprocess-interface"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
dependencies = [
 "async-trait",
 "cumulus-primitives-core",
 "cumulus-relay-chain-interface",
 "sp-core",
 "sp-runtime",
 "sp-state-machine",
name = "cumulus-relay-chain-interface"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
dependencies = [
 "async-trait",
 "cumulus-primitives-core",
 "jsonrpsee-core 0.16.2",
 "parity-scale-codec",
 "polkadot-overseer",
 "sp-state-machine",
[[package]]
name = "cumulus-relay-chain-minimal-node"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
dependencies = [
 "array-bytes",
 "async-trait",
 "cumulus-primitives-core",
 "cumulus-relay-chain-interface",
 "cumulus-relay-chain-rpc-interface",
 "futures",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "polkadot-availability-recovery",
 "polkadot-collator-protocol",
 "polkadot-core-primitives",
 "polkadot-network-bridge",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "polkadot-node-collation-generation",
 "polkadot-node-core-runtime-api",
 "polkadot-node-network-protocol",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
 "polkadot-primitives",
 "sc-authority-discovery",
 "sc-client-api",
 "sc-network",
 "sc-network-common",
 "sc-service",
 "sc-tracing",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "sc-utils",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-runtime",
 "tokio",
 "tracing",
]

[[package]]
name = "cumulus-relay-chain-rpc-interface"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
dependencies = [
 "async-trait",
 "cumulus-primitives-core",
 "cumulus-relay-chain-interface",
 "futures",
 "futures-timer",
 "jsonrpsee 0.16.2",
 "parity-scale-codec",
 "polkadot-overseer",
 "sc-client-api",
 "sc-rpc-api",
 "serde",
 "serde_json",
 "sp-authority-discovery",
 "sp-consensus-babe",
 "sp-core",
 "sp-state-machine",
 "sp-storage",
 "tokio",
 "tracing",
 "url",
]

[[package]]
name = "cumulus-test-relay-sproof-builder"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#5386d1821a021b3ede941c5c301802856997f53c"
dependencies = [
 "cumulus-primitives-core",
 "parity-scale-codec",
 "polkadot-primitives",
 "sp-runtime",
 "sp-state-machine",
 "sp-std 8.0.0 (git+https://github.com/paritytech/substrate?branch=master)",
version = "0.4.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
dependencies = [
 "curl-sys",
 "libc",
 "openssl-probe",
 "openssl-sys",
 "schannel",
 "socket2 0.4.9",
version = "0.4.63+curl-8.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aeb0fef7046022a1e2ad67a004978f0e3cacb9e3123dc62ce768f92197b771dc"
dependencies = [
 "cc",
 "libc",
 "libnghttp2-sys",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
 "vcpkg",
]

[[package]]
name = "curve25519-dalek"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"
dependencies = [
 "byteorder",
 "digest 0.8.1",
 "rand_core 0.5.1",
 "zeroize",
]

[[package]]
name = "curve25519-dalek"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
dependencies = [
 "byteorder",
 "digest 0.9.0",
 "rand_core 0.5.1",
[[package]]
name = "curve25519-dalek"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d4ba9852b42210c7538b75484f9daa0655e9a3ac04f693747bb0f02cf3cfe16"
 "cfg-if 1.0.0",
 "fiat-crypto",
 "packed_simd_2",
[[package]]
name = "curve25519-dalek-ng"
version = "4.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8"
dependencies = [
 "byteorder",
 "digest 0.9.0",
 "rand_core 0.6.4",
 "subtle-ng",
 "zeroize",
]

[[package]]
name = "cxx"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5032837c1384de3708043de9d4e97bb91290faca6c16529a28aa340592a78166"
dependencies = [
 "cc",
 "cxxbridge-flags",
 "cxxbridge-macro",
 "link-cplusplus",
]

[[package]]
name = "cxx-build"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51368b3d0dbf356e10fcbfd455a038503a105ee556f7ee79b6bb8c53a7247456"
dependencies = [
 "cc",
 "codespan-reporting",
 "once_cell",
 "proc-macro2 1.0.66",
 "quote 1.0.31",
 "scratch",
]

[[package]]
name = "cxxbridge-flags"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d9062157072e4aafc8e56ceaf8325ce850c5ae37578c852a0d4de2cecdded13"

[[package]]
name = "cxxbridge-macro"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf01e8a540f5a4e0f284595834f81cf88572f244b768f051724537afa99a2545"
dependencies = [
 "proc-macro2 1.0.66",
 "quote 1.0.31",
[[package]]
name = "darling"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
dependencies = [
 "darling_core 0.14.4",
 "darling_macro 0.14.4",
]

[[package]]
name = "darling"
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
dependencies = [
 "darling_core 0.20.3",
 "darling_macro 0.20.3",
]

[[package]]
name = "darling_core"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
dependencies = [
 "fnv",
 "ident_case",
 "proc-macro2 1.0.66",
 "quote 1.0.31",
 "strsim 0.10.0",
 "syn 1.0.109",
[[package]]
name = "darling_core"
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
dependencies = [
 "fnv",
 "ident_case",
 "proc-macro2 1.0.66",
 "quote 1.0.31",
 "strsim 0.10.0",
 "syn 2.0.29",
]

[[package]]
name = "darling_macro"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
dependencies = [
 "quote 1.0.31",
 "syn 1.0.109",
[[package]]
name = "darling_macro"
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
dependencies = [
 "darling_core 0.20.3",
 "quote 1.0.31",
 "syn 2.0.29",
]

[[package]]
name = "data-encoding"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"

[[package]]
name = "data-encoding-macro"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c904b33cc60130e1aeea4956ab803d08a3f4a0ca82d64ed757afac3891f2bb99"
dependencies = [
 "data-encoding",
 "data-encoding-macro-internal",
]

[[package]]
name = "data-encoding-macro-internal"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fdf3fce3ce863539ec1d7fd1b6dcc3c645663376b43ed376bbf887733e4f772"
dependencies = [
 "data-encoding",
 "syn 1.0.109",
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 "pem-rfc7468",
 "zeroize",
]

version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7ed52955ce76b1554f509074bb357d3fb8ac9b51288a65a3fd480d1dfba946"
[[package]]
name = "der-parser"
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe398ac75057914d7d07307bf67dc7f3f574a26783b4fc7805a20ffa9f506e82"
dependencies = [
 "asn1-rs 0.3.1",
 "displaydoc",
 "nom",
 "num-traits",
 "rusticata-macros",
]

[[package]]
name = "der-parser"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"
dependencies = [
 "displaydoc",
 "nom",
 "num-traits",
 "rusticata-macros",
[[package]]
name = "deranged"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7684a49fb1af197853ef7b2ee694bc1f5b4179556f1e5710e1760c5db6f5e929"

[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
 "proc-macro2 1.0.66",
 "quote 1.0.31",
 "syn 1.0.109",
[[package]]
name = "derive-syn-parse"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e79116f119dd1dba1abf1f3405f03b9b0e79a27a3883864bfebded8a3dc768cd"
dependencies = [
 "proc-macro2 1.0.66",
 "quote 1.0.31",
 "syn 1.0.109",
[[package]]
name = "derive_builder"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3"
dependencies = [
 "derive_builder_macro",
]

[[package]]
name = "derive_builder_core"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4"
dependencies = [
 "proc-macro2 1.0.66",
 "quote 1.0.31",
 "syn 1.0.109",
]

[[package]]
name = "derive_builder_macro"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68"
dependencies = [
 "derive_builder_core",
 "syn 1.0.109",
[[package]]
name = "derive_more"
version = "0.99.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
dependencies = [
 "convert_case",
 "proc-macro2 1.0.66",
 "quote 1.0.31",
 "rustc_version",
 "syn 1.0.109",
[[package]]
name = "difflib"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"

[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
 "generic-array 0.12.4",
]

[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
 "generic-array 0.14.7",
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 "const-oid",
[[package]]
name = "directories"
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
dependencies = [
 "dirs-sys",
]

[[package]]
name = "directories-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
dependencies = [
 "cfg-if 1.0.0",
 "dirs-sys-next",
]

[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
]

[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
 "libc",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "displaydoc"
version = "0.2.4"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "proc-macro2 1.0.66",
 "quote 1.0.31",
[[package]]
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"