Skip to content
Cargo.lock 190 KiB
Newer Older
 "serde_json",
 "sp-api",
 "sp-blockchain",
 "sp-core",
 "sp-rpc",
 "sp-runtime",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "pallet-contracts-rpc-runtime-api"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "pallet-contracts-primitives",
 "parity-scale-codec",
 "sp-api",
 "sp-runtime",
 "sp-std",
name = "pallet-democracy"
 "frame-support",
 "frame-system",
 "hex-literal",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "sp-storage",
[[package]]
name = "pallet-elections"
dependencies = [
 "frame-support",
 "frame-system",
 "hex-literal",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-elections-phragmen"
dependencies = [
 "frame-support",
 "frame-system",
 "hex-literal",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-phragmen",
 "sp-runtime",
 "sp-std",
 "substrate-test-utils",
name = "pallet-evm"
 "evm",
 "frame-support",
 "frame-system",
 "pallet-balances",
 "pallet-timestamp",
 "parity-scale-codec",
 "primitive-types",
 "rlp",
 "serde",
 "sha3",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
name = "pallet-example"
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-finality-tracker"
dependencies = [
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-finality-tracker",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
 "sp-std",
cheme's avatar
cheme committed
[[package]]
name = "pallet-generic-asset"
cheme's avatar
cheme committed
dependencies = [
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
cheme's avatar
cheme committed
]

[[package]]
name = "pallet-grandpa"
cheme's avatar
cheme committed
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-finality-tracker",
 "pallet-session",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-finality-grandpa",
 "sp-io",
 "sp-runtime",
 "sp-staking",
 "sp-std",
[[package]]
name = "pallet-identity"
version = "2.0.0"
dependencies = [
 "enumflags2",
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
name = "pallet-im-online"
dependencies = [
 "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",
name = "pallet-indices"
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-keyring",
 "sp-runtime",
 "sp-std",
name = "pallet-membership"
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "pallet-nicks"
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
name = "pallet-offences"
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-staking",
 "sp-std",
name = "pallet-randomness-collective-flip"
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "safe-mix",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-recovery"
version = "2.0.0"
dependencies = [
 "enumflags2",
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "pallet-scored-pool"
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
name = "pallet-session"
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "lazy_static",
 "pallet-timestamp",
 "parity-scale-codec",
 "serde",
 "sp-application-crypto",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-staking",
 "sp-std",
 "sp-trie",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "pallet-society"
version = "2.0.0"
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
 "rand_chacha 0.2.1",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
name = "pallet-staking"
 "frame-support",
 "frame-system",
 "pallet-authorship",
 "pallet-balances",
 "pallet-session",
 "pallet-staking-reward-curve",
 "pallet-timestamp",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-keyring",
 "sp-phragmen",
 "sp-runtime",
 "sp-staking",
 "sp-std",
 "substrate-test-utils",
name = "pallet-staking-reward-curve"
dependencies = [
 "proc-macro-crate",
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "sp-runtime",
 "syn",
name = "pallet-sudo"
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-template"
version = "2.0.0"
dependencies = [
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "safe-mix",
 "sp-core",
 "sp-io",
 "sp-runtime",
]

name = "pallet-timestamp"
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "sp-timestamp",
[[package]]
name = "pallet-transaction-payment"
 "frame-support",
 "frame-system",
 "pallet-balances",
 "pallet-transaction-payment-rpc-runtime-api",
 "parity-scale-codec",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
name = "pallet-transaction-payment-rpc"
 "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"
 "frame-support",
 "parity-scale-codec",
 "serde",
 "serde_json",
 "sp-api",
 "sp-runtime",
 "sp-std",
name = "pallet-treasury"
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-utility"
version = "2.0.0"
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-vesting"
version = "2.0.0"
dependencies = [
 "enumflags2",
 "frame-support",
 "frame-system",
 "hex-literal",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "sp-storage",
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c276d76c5333b8c2579e02d49a06733a55b8282d2d9b13e8d53b6406bd7e30a"
[[package]]
name = "parity-multiaddr"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80878c27f90dd162d3143333d672e80b194d6b080f05c83440e3dfda42e409f2"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "byteorder 1.3.2",
 "data-encoding",
 "parity-multihash",
 "percent-encoding 2.1.0",
 "serde",
 "static_assertions",
 "unsigned-varint",
[[package]]
name = "parity-multihash"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70a4d7b05e51bff5ae2c29c7b8c3d889985bbd8f4e15b3542fcc1f6f9666d292"
 "blake2",
 "bytes 0.5.4",
 "rand 0.7.3",
 "sha-1",
 "sha2",
 "sha3",
 "unsigned-varint",
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f747c06d9f3b2ad387ac881b9667298c81b1243aa9833f086e05996937c35507"
dependencies = [
 "arrayvec 0.5.1",
 "bitvec",
 "byte-slice-cast",
 "parity-scale-codec-derive",
 "serde",
name = "parity-scale-codec-derive"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34e513ff3e406f3ede6796dcdc83d0b32ffb86668cea1ccf7363118abeb00476"
dependencies = [
 "proc-macro-crate",
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

[[package]]
name = "parity-send-wrapper"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8174d85e62c4d615fddd1ef67966bdc5757528891d0742f15b131ad04667b3f9"
dependencies = [
 "cfg-if",
 "malloc_size_of_derive",
 "winapi 0.3.8",
[[package]]
name = "parity-util-mem"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef1476e40bf8f5c6776e9600983435821ca86eb9819d74a6207cca69d091406a"
dependencies = [
 "cfg-if",
 "impl-trait-for-tuples",
 "parity-util-mem-derive",
 "parking_lot 0.10.0",
 "primitive-types",
 "smallvec 1.2.0",
 "winapi 0.3.8",
]

[[package]]
name = "parity-util-mem-derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"
dependencies = [
 "proc-macro2 1.0.8",
 "syn",
 "synstructure",
name = "parity-wasm"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"
 "byteorder 1.3.2",
name = "parity-wasm"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865"
[[package]]
name = "parking_lot"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
 "lock_api 0.1.5",
 "parking_lot_core 0.4.0",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
 "lock_api 0.3.3",
 "parking_lot_core 0.6.2",
 "rustc_version",
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc"
dependencies = [
 "lock_api 0.3.3",
 "parking_lot_core 0.7.0",
name = "parking_lot_core"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
 "libc",
 "rand 0.6.5",
 "rustc_version",
 "smallvec 0.6.13",
 "winapi 0.3.8",
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
dependencies = [
 "cfg-if",
 "cloudabi",
 "libc",
 "redox_syscall",
 "rustc_version",
 "smallvec 0.6.13",
 "winapi 0.3.8",
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",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "423a519e1c6e828f1e73b720f9d9ed2fa643dce8a7737fb43235ce0b41eeaa49"
 "paste-impl",
 "proc-macro-hack",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5"
dependencies = [
 "proc-macro-hack",
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"
dependencies = [
 "byteorder 1.3.2",
 "crypto-mac",
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec91767ecc0a0bbe558ce8c9da33c068066c57ecc8bb8477ef8c1ad3ef77c27"
Gav's avatar
Gav committed

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"
[[package]]
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"
dependencies = [
 "fixedbitset",
 "indexmap",
Ashley's avatar
Ashley committed
[[package]]
name = "pin-project"
version = "0.4.8"
Ashley's avatar
Ashley committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7804a463a8d9572f13453c516a5faea534a2403d7ced2f0c7e100eeff072772c"
Ashley's avatar
Ashley committed
dependencies = [
 "pin-project-internal",
Ashley's avatar
Ashley committed
]

[[package]]
name = "pin-project-internal"
version = "0.4.8"
Ashley's avatar
Ashley committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "385322a45f2ecf3410c68d2a549a4a2685e8051d0f278e39743ff4e451cb9b3f"
Ashley's avatar
Ashley committed
dependencies = [
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn",
Ashley's avatar
Ashley committed
]

[[package]]
name = "pin-project-lite"
version = "0.1.4"
Ashley's avatar
Ashley committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "237844750cfbb86f67afe27eee600dfbbcb6188d734139b534cbfbf4f96792ae"
[[package]]
name = "pin-utils"
version = "0.1.0-alpha.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "pkg-config"
version = "0.3.17"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
Tomasz Drwięga's avatar
Tomasz Drwięga committed

source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
[[package]]
name = "plotters"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e3bb8da247d27ae212529352020f3e5ee16e83c0c258061d27b08ab92675eeb"
 "js-sys",
 "num-traits",
 "wasm-bindgen",
 "web-sys",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
[[package]]
name = "predicates"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9bfe52247e5cc9b2f943682a85a5549fb9662245caf094504e69a2f03fe64d4"
dependencies = [
 "difference",
 "predicates-core",
]

[[package]]
name = "predicates-core"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178"

[[package]]
name = "predicates-tree"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124"
dependencies = [
 "predicates-core",
 "treeline",
]

name = "pretty_assertions"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
 "ansi_term 0.11.0",
 "ctor",
 "difference",
 "output_vt100",
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4336f4f5d5524fa60bcbd6fe626f9223d8142a50e7053e979acdf0da41ab975"
 "fixed-hash",
 "impl-codec",
 "impl-rlp",
 "impl-serde 0.3.0",
 "uint",
name = "proc-macro-crate"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e10d4b51f154c8a7fb96fd6dad097cb74b863943ec010ac94b9fd1be8861fe1e"
Demi Obenour's avatar
Demi Obenour committed
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "875077759af22fa20b610ad4471d8155b321c89c3f2785526c9839b099be4e0a"
 "proc-macro-error-attr",
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "rustversion",
 "syn",
]

[[package]]
name = "proc-macro-error-attr"
Demi Obenour's avatar
Demi Obenour committed
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5717d9fa2664351a01ed73ba5ef6df09c01a521cb42cb65a061432a826f3c7a"
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "rustversion",
 "syn",
 "syn-mid",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "proc-macro-hack"
version = "0.5.11"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn",
name = "proc-macro-nested"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e"
Gav's avatar
Gav committed
[[package]]
name = "proc-macro2"
version = "0.4.30"
Gav's avatar
Gav committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
Gav's avatar
Gav committed
dependencies = [
 "unicode-xid 0.1.0",
Wei Tang's avatar
Wei Tang committed
[[package]]
version = "1.0.8"
Wei Tang's avatar
Wei Tang committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548"
Wei Tang's avatar
Wei Tang committed
dependencies = [
 "unicode-xid 0.2.0",
[[package]]
name = "prost"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce49aefe0a6144a45de32927c77bd2859a5f7677b55f220ae5b744e87389c212"
 "bytes 0.5.4",
 "prost-derive",
[[package]]
name = "prost-build"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b10678c913ecbd69350e8535c3aef91a8676c0773fc1d7b95cdd196d7f2f26"
dependencies = [
 "bytes 0.5.4",
 "heck",
 "itertools",
 "log 0.4.8",
 "multimap",
 "petgraph",
 "prost",
 "prost-types",
 "tempfile",
 "which 3.1.0",
[[package]]
name = "prost-derive"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "537aa19b95acde10a12fec4301466386f757403de4cd4e5b4fa78fb5ecb18f72"
 "anyhow",
 "itertools",
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn",
[[package]]
name = "prost-types"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1834f67c0697c001304b75be76f67add9c89742eda3a085ad8ee0bb38c3417aa"
dependencies = [
 "bytes 0.5.4",
 "prost",
[[package]]
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f7a12f176deee919f4ba55326ee17491c8b707d0987aed822682c821b660192"