Newer
Older
name = "more-asserts"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"
[[package]]
name = "multihash"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47fbc227f7e2b1cb701f95404579ecb2668abbdd3c7ef7a6cbb3cc0d3b236869"
dependencies = [
"blake2b_simd",
"blake2s_simd",
"digest",
"sha-1",
"sha2",
"sha3",
"unsigned-varint",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a97fbd5d00e0e37bfb10f433af8f5aaf631e739368dc9fc28286ca81ca4948dc"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74cdcf7cfb3402881e15a1f95116cb033d69b33c83d481e1234777f5ef0c3d2c"
"futures 0.3.4",
"pin-project",
"smallvec 1.2.0",
"unsigned-varint",
thiolliere
committed
[[package]]
name = "nalgebra"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaa9fddbc34c8c35dd2108515587b8ce0cab396f17977b8c738568e4edb521a2"
thiolliere
committed
dependencies = [
"alga",
"approx",
"generic-array",
"matrixmultiply",
"num-complex",
"num-rational",
"num-traits 0.2.11",
"rand 0.6.5",
"typenum",
thiolliere
committed
]
[[package]]
name = "names"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da"
]
[[package]]
name = "net2"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
"cfg-if",
"libc",
"winapi 0.3.8",
[[package]]
name = "netstat2"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29449d242064c48d3057a194b049a2bdcccadda16faa18a91468677b44e8d422"
dependencies = [
"bitflags",
"byteorder",
"enum-primitive-derive",
"libc",
"num-traits 0.2.11",
"thiserror",
]
[[package]]
name = "nix"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f"
dependencies = [
"bitflags",
"bytes 0.4.12",
"cfg-if",
"gcc",
"libc",
"void",
[[package]]
name = "nix"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
"bitflags",
"cc",
"cfg-if",
"libc",
"void",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6"
]
[[package]]
name = "ntapi"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26e041cd983acbc087e30fcba770380cfa352d0e392e175b2344ebaf7ea0602"
[[package]]
name = "num-bigint"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
"autocfg 1.0.0",
"num-integer",
"num-traits 0.2.11",
thiolliere
committed
[[package]]
name = "num-complex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
thiolliere
committed
dependencies = [
"autocfg 1.0.0",
"num-traits 0.2.11",
thiolliere
committed
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
"autocfg 1.0.0",
"num-traits 0.2.11",
[[package]]
name = "num-rational"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
"autocfg 1.0.0",
"num-bigint",
"num-integer",
"num-traits 0.2.11",
[[package]]
name = "num-traits"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
dependencies = [
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
[[package]]
name = "object"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea44a4fd660ab0f38434934ca0212e90fbeaaee54126ef20a3451c30c95bafae"
"flate2",
"goblin",
"parity-wasm",
"scroll",
"target-lexicon",
"uuid",
[[package]]
name = "ole32-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d2c49021782e5233cd243168edfa8037574afed4eba4bbaf538b3d8d1789d8c"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b"
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
dependencies = [
"frame-support",
"frame-system",
"pallet-session",
"parity-scale-codec",
"serde",
"sp-application-crypto",
"sp-authority-discovery",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
dependencies = [
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"parity-scale-codec",
"sp-authorship",
"sp-core",
"sp-inherents",
"sp-io",
"sp-runtime",
"sp-std",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
dependencies = [
"frame-support",
"frame-system",
"pallet-session",
"pallet-timestamp",
"parity-scale-codec",
"serde",
"sp-consensus-babe",
"sp-consensus-vrf",
"sp-inherents",
"sp-io",
"sp-runtime",
"sp-staking",
"sp-std",
"sp-timestamp",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-io",
"sp-runtime",
"sp-std",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-io",
"sp-runtime",
"sp-std",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
dependencies = [
"frame-support",
"frame-system",
"parity-scale-codec",
"sp-phragmen",
"sp-runtime",
"sp-std",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"parity-scale-codec",
"serde",
"sp-finality-tracker",
"sp-inherents",
"sp-runtime",
"sp-std",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-support",
"frame-system",
"pallet-finality-tracker",
"pallet-session",
"parity-scale-codec",
"serde",
"sp-core",
"sp-finality-grandpa",
"sp-runtime",
"sp-staking",
"sp-std",
[[package]]
name = "pallet-identity"
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"enumflags2",
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-io",
"sp-runtime",
"sp-std",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-support",
"frame-system",
"pallet-authorship",
"pallet-session",
"parity-scale-codec",
"serde",
"sp-application-crypto",
"sp-core",
"sp-io",
"sp-runtime",
"sp-staking",
"sp-std",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-core",
"sp-io",
"sp-keyring",
"sp-runtime",
"sp-std",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-io",
"sp-runtime",
"sp-std",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-io",
"sp-runtime",
"sp-std",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-support",
"frame-system",
"pallet-balances",
"parity-scale-codec",
"serde",
"sp-runtime",
"sp-staking",
"sp-std",
name = "pallet-randomness-collective-flip"
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-support",
"frame-system",
"parity-scale-codec",
"safe-mix",
"sp-runtime",
"sp-std",
[[package]]
name = "pallet-recovery"
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"enumflags2",
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-io",
"sp-runtime",
"sp-std",
[[package]]
name = "pallet-scheduler"
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-io",
"sp-runtime",
"sp-std",
]
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"pallet-timestamp",
"parity-scale-codec",
"serde",
"sp-io",
"sp-runtime",
"sp-staking",
"sp-std",
"sp-trie",
[[package]]
name = "pallet-society"
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-support",
"frame-system",
"parity-scale-codec",
"rand_chacha 0.2.2",
"serde",
"sp-io",
"sp-runtime",
"sp-std",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-support",
"frame-system",
"pallet-authorship",
"pallet-session",
"parity-scale-codec",
"serde",
"sp-application-crypto",
"sp-core",
"sp-io",
"sp-phragmen",
"sp-runtime",
"sp-staking",
"sp-std",
"static_assertions",
name = "pallet-staking-reward-curve"
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
[[package]]
name = "pallet-sudo"
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-io",
"sp-runtime",
"sp-std",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-benchmarking",
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"parity-scale-codec",
"serde",
"sp-inherents",
"sp-runtime",
"sp-std",
"sp-timestamp",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-support",
"frame-system",
"pallet-transaction-payment-rpc-runtime-api",
"parity-scale-codec",
"sp-runtime",
"sp-std",
name = "pallet-transaction-payment-rpc"
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"jsonrpc-core",
"jsonrpc-core-client",
"jsonrpc-derive",
"pallet-transaction-payment-rpc-runtime-api",
"parity-scale-codec",
"serde",
"sp-api",
"sp-blockchain",
"sp-core",
"sp-rpc",
"sp-runtime",
name = "pallet-transaction-payment-rpc-runtime-api"
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-support",
"parity-scale-codec",
"serde",
"sp-api",
"sp-runtime",
"sp-std",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-support",
"frame-system",
"pallet-balances",
"parity-scale-codec",
"serde",
"sp-runtime",
"sp-std",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#7f12a9f50e65522302bed54cb872a033e4dd3c93"
"enumflags2",
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-io",
"sp-runtime",
"sp-std",
name = "parity-multiaddr"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f77055f9e81921a8cc7bebeb6cded3d128931d51f1e3dd6251f0770a6d431477"
"byteorder",
"data-encoding",
"parity-multihash",
"percent-encoding 2.1.0",
"serde",
"static_assertions",
"unsigned-varint",
"url 2.1.1",
[[package]]
name = "parity-multiaddr"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4db35e222f783ef4e6661873f6c165c4eb7b65e0c408349818517d5705c2d7d3"
dependencies = [
"arrayref",
"bs58",
"byteorder",
"data-encoding",
"multihash",
"percent-encoding 2.1.0",
"serde",
"static_assertions",
"unsigned-varint",
"url 2.1.1",
]
name = "parity-multihash"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a1cd2ba02391b81367bec529fb209019d718684fdc8ad6a712c2b536e46f775"
"blake2",
"bytes 0.5.4",
"rand 0.7.3",
"sha-1",
"sha2",
"sha3",
"unsigned-varint",
name = "parity-scale-codec"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "329c8f7f4244ddb5c37c103641027a76c530e65e8e4b8240b29f81ea40508b17"
"arrayvec 0.5.1",
"bitvec",
"byte-slice-cast",
"parity-scale-codec-derive",
"serde",
name = "parity-scale-codec-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a0ec292e92e8ec7c58e576adacc1e3f399c597c8f263c42f18420abe58e7245"
name = "parity-send-wrapper"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"
[[package]]
name = "parity-util-mem"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e42755f26e5ea21a6a819d9e63cbd70713e9867a2b767ec2cc65ca7659532c5"
"cfg-if",
"ethereum-types",
"hashbrown",
"impl-trait-for-tuples",
"jemallocator",
"lru",
"parity-util-mem-derive",
"parking_lot 0.10.0",
"primitive-types",
"smallvec 1.2.0",
"winapi 0.3.8",
name = "parity-util-mem-derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"
[[package]]
name = "parity-wasm"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865"
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
"lock_api",
"parking_lot_core 0.6.2",
"rustc_version",
[[package]]
name = "parking_lot"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc"
dependencies = [
"lock_api",
"parking_lot_core 0.7.0",
]
name = "parking_lot_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
"cfg-if",
"cloudabi",
"libc",
"redox_syscall",
"rustc_version",
"smallvec 0.6.13",
"winapi 0.3.8",
[[package]]
name = "parking_lot_core"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1"
dependencies = [
"cfg-if",
"cloudabi",
"libc",
"redox_syscall",
"smallvec 1.2.0",
"winapi 0.3.8",
]
name = "paste"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8292c1e1e81ddb552c4c90c36af201a0ce7e34995f55f0480f01052f242811c9"
name = "paste-impl"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e9c43f2645f06ee452544ad032886a75f3d1797b9487dcadcae9100ba58a51c"
name = "pbkdf2"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"
"byteorder",
name = "pdqselect"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec91767ecc0a0bbe558ce8c9da33c068066c57ecc8bb8477ef8c1ad3ef77c27"
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
name = "percent-encoding"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "petgraph"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29c127eea4a29ec6c85d153c59dc1213f33ec74cead30fe4730aecc88cc1fd92"
[[package]]
name = "pin-project"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7804a463a8d9572f13453c516a5faea534a2403d7ced2f0c7e100eeff072772c"
]
[[package]]
name = "pin-project-internal"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "385322a45f2ecf3410c68d2a549a4a2685e8051d0f278e39743ff4e451cb9b3f"