Skip to content
Cargo.lock 354 KiB
Newer Older
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",
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",
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",
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",
 "syn 2.0.26",
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",
[[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",
[[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",
]

[[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",
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-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",
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",
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 = "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",
 "syn 2.0.26",
[[package]]
name = "darling"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
dependencies = [
 "darling_core",
 "darling_macro",
]

[[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_macro"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
dependencies = [
 "darling_core",
 "quote 1.0.31",
 "syn 1.0.109",
[[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 = "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 = [
 "darling",
 "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",
 "syn 2.0.26",
[[package]]
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6491709f76fb7ceb951244daf624d480198b427556084391d6e3c33d3ae74b9"
dependencies = [
 "docify_macros",
]
Hernando Castano's avatar
Hernando Castano committed
[[package]]
version = "0.2.0"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc5338a9f72ce29a81377d9039798fcc926fb471b2004666caf48e446dffbbf"
dependencies = [
 "common-path",
 "derive-syn-parse",
 "once_cell",
 "proc-macro2 1.0.66",
 "quote 1.0.31",
 "termcolor",
 "walkdir",
]

[[package]]
name = "downcast"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
[[package]]
name = "dtoa"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
[[package]]
name = "dyn-clonable"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"
dependencies = [
 "dyn-clonable-impl",
 "dyn-clone",
]

[[package]]
name = "dyn-clonable-impl"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"
dependencies = [
 "proc-macro2 1.0.66",
 "quote 1.0.31",
 "syn 1.0.109",
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "304e6508efa593091e97a9abbc10f90aa7ca635b6d2784feff3c89d41dd12272"
version = "0.14.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 "der 0.6.1",
 "elliptic-curve 0.12.3",
 "rfc6979 0.3.1",
 "signature 1.6.4",
]

[[package]]
name = "ecdsa"
version = "0.16.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0997c976637b606099b9985693efa3581e84e41f5c11ba5255f88711058ad428"
 "der 0.7.7",
 "digest 0.10.7",
 "elliptic-curve 0.13.5",
 "signature 2.1.0",
 "spki 0.7.2",
[[package]]
name = "ed25519"
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
dependencies = [
[[package]]
name = "ed25519-dalek"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
dependencies = [
 "curve25519-dalek 3.2.0",
 "ed25519",
 "serde",
 "zeroize",
[[package]]
name = "ed25519-zebra"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"
dependencies = [
 "curve25519-dalek 3.2.0",
 "hashbrown 0.12.3",
 "rand_core 0.6.4",
 "sha2 0.9.9",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "either"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
[[package]]
name = "elliptic-curve"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 "base16ct 0.1.1",
 "crypto-bigint 0.4.9",
 "der 0.6.1",
 "digest 0.10.7",
 "generic-array 0.14.7",
 "hkdf",
 "pem-rfc7468",
 "pkcs8 0.9.0",
 "rand_core 0.6.4",
 "sec1 0.3.0",
 "subtle",
 "zeroize",