Newer
Older
name = "polkadot-node-metrics"
version = "0.9.9"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
dependencies = [
"futures 0.3.17",
"futures-timer 3.0.2",
"jemalloc-ctl",
"metered-channel",
"substrate-prometheus-endpoint",
]
[[package]]
name = "polkadot-node-network-protocol"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
"async-trait",
"derive_more",
"futures 0.3.17",
"parity-scale-codec",
"polkadot-node-jaeger",
"polkadot-node-primitives",
"polkadot-primitives",
"sc-authority-discovery",
"thiserror",
]
[[package]]
name = "polkadot-node-primitives"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
"bounded-vec",
"futures 0.3.17",
"parity-scale-codec",
"polkadot-parachain",
"polkadot-primitives",
"schnorrkel",
"serde",
"sp-application-crypto",
"sp-consensus-babe",
"sp-consensus-vrf",
"sp-core",
"sp-keystore",
"sp-maybe-compressed-blob",
"thiserror",
"zstd",
]
[[package]]
name = "polkadot-node-subsystem"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
dependencies = [
"polkadot-node-jaeger",
"polkadot-node-subsystem-types",
"polkadot-overseer",
]
[[package]]
name = "polkadot-node-subsystem-types"
version = "0.9.9"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
dependencies = [
"derive_more",
"polkadot-node-jaeger",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-overseer-gen",
"polkadot-primitives",
"polkadot-statement-table",
"sc-network",
"substrate-prometheus-endpoint",
"thiserror",
]
[[package]]
name = "polkadot-node-subsystem-util"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
dependencies = [
"async-trait",
"derive_more",
"futures 0.3.17",
"itertools",
"lru",
"metered-channel",
"parity-scale-codec",
"pin-project 1.0.8",
"polkadot-node-jaeger",
"polkadot-node-metrics",
"polkadot-node-network-protocol",
"polkadot-node-subsystem",
"polkadot-overseer",
"polkadot-primitives",
"sp-application-crypto",
"sp-core",
"sp-keystore",
"thiserror",
"tracing",
]
[[package]]
name = "polkadot-overseer"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
"futures-timer 3.0.2",
"lru",
"parking_lot 0.11.2",
"polkadot-node-metrics",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem-types",
"polkadot-overseer-all-subsystems-gen",
"polkadot-overseer-gen",
"polkadot-primitives",
"sc-client-api",
"sp-api",
"tracing",
]
[[package]]
name = "polkadot-overseer-all-subsystems-gen"
version = "0.9.9"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "polkadot-overseer-gen"
version = "0.9.9"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
dependencies = [
"async-trait",
"futures 0.3.17",
"futures-timer 3.0.2",
"metered-channel",
"pin-project 1.0.8",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-overseer-gen-proc-macro",
"thiserror",
"tracing",
]
[[package]]
name = "polkadot-overseer-gen-proc-macro"
version = "0.9.9"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
dependencies = [
"proc-macro-crate 1.1.0",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "polkadot-parachain"
version = "0.9.9"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
dependencies = [
"derive_more",
"frame-support",
"parity-scale-codec",
"parity-util-mem",
"polkadot-core-primitives",
"serde",
"sp-core",
"sp-runtime",
"sp-std",
]
[[package]]
name = "polkadot-primitives"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
"hex-literal 0.3.3",
"parity-scale-codec",
"parity-util-mem",
"polkadot-core-primitives",
"polkadot-parachain",
"serde",
"sp-api",
"sp-application-crypto",
"sp-arithmetic",
"sp-authority-discovery",
"sp-consensus-slots",
"sp-core",
"sp-inherents",
"sp-io",
"sp-keystore",
"sp-runtime",
"sp-staking",
"sp-std",
"sp-trie",
"sp-version",
]
[[package]]
name = "polkadot-rpc"
version = "0.9.9"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
7242
7243
7244
7245
dependencies = [
"beefy-gadget",
"beefy-gadget-rpc",
"jsonrpc-core 18.0.0",
"pallet-mmr-rpc",
"pallet-transaction-payment-rpc",
"polkadot-primitives",
"sc-chain-spec",
"sc-client-api",
"sc-consensus-babe",
"sc-consensus-babe-rpc",
"sc-consensus-epochs",
"sc-finality-grandpa",
"sc-finality-grandpa-rpc",
"sc-rpc",
"sc-sync-state-rpc",
"sc-transaction-pool-api",
"sp-api",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-keystore",
"sp-runtime",
"substrate-frame-rpc-system",
]
[[package]]
name = "polkadot-runtime"
version = "0.9.9"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
7247
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
7287
7288
7289
7290
7291
7292
7293
7294
7295
7296
7297
7298
7299
7300
7301
7302
7303
7304
7305
7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
dependencies = [
"beefy-primitives",
"bitvec 0.20.4",
"frame-election-provider-support",
"frame-executive",
"frame-support",
"frame-system",
"frame-system-rpc-runtime-api",
"frame-try-runtime",
"log",
"pallet-authority-discovery",
"pallet-authorship",
"pallet-babe",
"pallet-balances",
"pallet-bounties",
"pallet-collective",
"pallet-democracy",
"pallet-election-provider-multi-phase",
"pallet-elections-phragmen",
"pallet-grandpa",
"pallet-identity",
"pallet-im-online",
"pallet-indices",
"pallet-membership",
"pallet-mmr-primitives",
"pallet-multisig",
"pallet-nicks",
"pallet-offences",
"pallet-proxy",
"pallet-scheduler",
"pallet-session",
"pallet-staking",
"pallet-staking-reward-curve",
"pallet-timestamp",
"pallet-tips",
"pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api",
"pallet-treasury",
"pallet-utility",
"pallet-vesting",
"parity-scale-codec",
"polkadot-primitives",
"polkadot-runtime-common",
"rustc-hex",
"serde",
"serde_derive",
"smallvec",
"sp-api",
"sp-authority-discovery",
"sp-block-builder",
"sp-consensus-babe",
"sp-core",
"sp-inherents",
"sp-io",
"sp-npos-elections",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-staking",
"sp-std",
"sp-transaction-pool",
"sp-version",
"static_assertions",
"substrate-wasm-builder",
]
[[package]]
name = "polkadot-runtime-common"
version = "0.9.9"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338
7339
7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
7353
7354
7355
7356
7357
dependencies = [
"bitvec 0.20.4",
"frame-election-provider-support",
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"libsecp256k1 0.6.0",
"log",
"pallet-authorship",
"pallet-balances",
"pallet-beefy-mmr",
"pallet-election-provider-multi-phase",
"pallet-session",
"pallet-staking",
"pallet-timestamp",
"pallet-transaction-payment",
"pallet-treasury",
"pallet-vesting",
"parity-scale-codec",
"polkadot-primitives",
"polkadot-runtime-parachains",
"rustc-hex",
"serde",
"serde_derive",
"slot-range-helper",
"sp-api",
"sp-core",
"sp-inherents",
"sp-io",
"sp-npos-elections",
"sp-runtime",
"sp-session",
"sp-staking",
"sp-std",
"static_assertions",
"xcm",
]
[[package]]
name = "polkadot-runtime-parachains"
version = "0.9.9"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
7359
7360
7361
7362
7363
7364
7365
7366
7367
7368
7369
7370
7371
7372
7373
7374
7375
7376
7377
7378
7379
7380
7381
7382
7383
7384
7385
7386
7387
7388
7389
7390
7391
7392
7393
7394
dependencies = [
"bitflags",
"bitvec 0.20.4",
"derive_more",
"frame-support",
"frame-system",
"log",
"pallet-authority-discovery",
"pallet-authorship",
"pallet-balances",
"pallet-session",
"pallet-staking",
"pallet-timestamp",
"pallet-vesting",
"parity-scale-codec",
"polkadot-primitives",
"rand 0.8.4",
"rand_chacha 0.3.1",
"rustc-hex",
"serde",
"sp-api",
"sp-core",
"sp-inherents",
"sp-io",
"sp-keystore",
"sp-runtime",
"sp-session",
"sp-staking",
"sp-std",
"xcm",
"xcm-executor",
]
[[package]]
name = "polkadot-service"
version = "0.9.9"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
dependencies = [
"async-trait",
"beefy-gadget",
"beefy-primitives",
"frame-system-rpc-runtime-api",
"futures 0.3.17",
"hex-literal 0.3.3",
"kvdb",
"kvdb-rocksdb 0.14.0",
"pallet-babe",
"pallet-im-online",
"pallet-mmr-primitives",
"pallet-staking",
"pallet-transaction-payment-rpc-runtime-api",
"polkadot-approval-distribution",
"polkadot-availability-bitfield-distribution",
"polkadot-availability-distribution",
"polkadot-availability-recovery",
"polkadot-client",
"polkadot-collator-protocol",
"polkadot-dispute-distribution",
"polkadot-gossip-support",
"polkadot-network-bridge",
"polkadot-node-collation-generation",
"polkadot-node-core-approval-voting",
"polkadot-node-core-av-store",
"polkadot-node-core-backing",
"polkadot-node-core-bitfield-signing",
"polkadot-node-core-candidate-validation",
"polkadot-node-core-chain-api",
"polkadot-node-core-chain-selection",
"polkadot-node-core-dispute-coordinator",
"polkadot-node-core-dispute-participation",
"polkadot-node-core-parachains-inherent",
"polkadot-node-core-provisioner",
"polkadot-node-core-runtime-api",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-parachain",
"polkadot-primitives",
"polkadot-rpc",
"polkadot-runtime",
"polkadot-runtime-parachains",
"polkadot-statement-distribution",
"sc-authority-discovery",
"sc-basic-authorship",
"sc-block-builder",
"sc-chain-spec",
"sc-client-api",
"sc-client-db",
"sc-consensus",
"sc-consensus-babe",
"sc-consensus-slots",
"sc-consensus-uncles",
"sc-executor",
"sc-finality-grandpa",
"sc-keystore",
"sc-network",
"sc-service",
"sc-sync-state-rpc",
"sc-telemetry",
"sc-transaction-pool",
"serde",
"sp-api",
"sp-authority-discovery",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-core",
"sp-finality-grandpa",
"sp-inherents",
"sp-io",
"sp-keystore",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-state-machine",
"sp-storage",
"sp-timestamp",
"sp-transaction-pool",
"sp-trie",
"substrate-prometheus-endpoint",
]
[[package]]
name = "polkadot-statement-distribution"
version = "0.9.9"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
"arrayvec 0.5.2",
"derive_more",
"futures 0.3.17",
"indexmap",
"parity-scale-codec",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"sp-keystore",
"sp-staking",
"thiserror",
"tracing",
]
[[package]]
name = "polkadot-statement-table"
version = "0.9.9"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
"parity-scale-codec",
"polkadot-primitives",
"sp-core",
]
[[package]]
name = "polkadot-test-runtime"
version = "0.9.9"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
dependencies = [
"beefy-primitives",
"bitvec 0.20.4",
"frame-election-provider-support",
"frame-executive",
"frame-support",
"frame-system",
"frame-system-rpc-runtime-api",
"pallet-authority-discovery",
"pallet-authorship",
"pallet-balances",
"pallet-grandpa",
"pallet-indices",
"pallet-mmr-primitives",
"pallet-nicks",
"pallet-offences",
"pallet-session",
"pallet-staking",
"pallet-staking-reward-curve",
"pallet-sudo",
"pallet-timestamp",
"pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api",
"pallet-vesting",
"parity-scale-codec",
"polkadot-parachain",
"polkadot-primitives",
"polkadot-runtime-common",
"polkadot-runtime-parachains",
"rustc-hex",
"serde",
"serde_derive",
"sp-authority-discovery",
"sp-block-builder",
"sp-consensus-babe",
"sp-core",
"sp-inherents",
"sp-io",
"sp-runtime",
"sp-session",
"sp-staking",
"sp-std",
"sp-transaction-pool",
"sp-version",
"substrate-wasm-builder",
"xcm-builder",
"xcm-executor",
]
[[package]]
name = "polkadot-test-service"
version = "0.9.9"
source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0"
"frame-benchmarking",
"futures 0.1.31",
"futures 0.3.17",
"hex",
"pallet-balances",
"pallet-staking",
"pallet-transaction-payment",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-overseer",
"polkadot-parachain",
"polkadot-primitives",
"polkadot-rpc",
"polkadot-runtime-common",
"polkadot-runtime-parachains",
"polkadot-service",
"polkadot-test-runtime",
"rand 0.8.4",
"sc-authority-discovery",
"sc-chain-spec",
"sc-cli",
"sc-client-api",
"sc-consensus",
"sc-consensus-babe",
"sc-executor",
"sc-finality-grandpa",
"sc-service",
"sc-tracing",
"sc-transaction-pool",
"sp-arithmetic",
"sp-authority-discovery",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-finality-grandpa",
"sp-inherents",
"sp-keyring",
"sp-runtime",
"sp-state-machine",
"substrate-test-client",
"tempfile",
"tokio",
"tracing",
]
[[package]]
name = "polling"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25"
"libc",
"log",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"
"cpufeatures 0.2.1",
"opaque-debug 0.3.0",
"universal-hash",
]
[[package]]
name = "polyval"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
"cfg-if 1.0.0",
"cpufeatures 0.2.1",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
[[package]]
name = "primitive-types"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05e4722c697a58a99d5d06a08c30821d7c082a4632198de1eaa5a6c22ef42373"
dependencies = [
"fixed-hash",
]
[[package]]
name = "proc-macro-crate"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"
dependencies = [
"thiserror",
"toml",
]
[[package]]
name = "proc-macro-error"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18f33027081eba0a6d8aba6d1b1c3a3be58cbb12106341c2d5759fcd9b5277e7"
dependencies = [
"proc-macro-error-attr 0.4.12",
"proc-macro2",
"quote",
"syn",
"version_check",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
"proc-macro-error-attr 1.0.4",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a5b4b77fdb63c1eca72173d68d24501c54ab1269409f6b672c85deb18af69de"
dependencies = [
]
[[package]]
name = "proc-macro-error-attr"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
]
[[package]]
name = "proc-macro-hack"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8425533e7122f0c3cc7a37e6244b16ad3a2cc32ae7ac6276e2a75da0d9c200d"
"parking_lot 0.11.2",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"
"prost-derive",
]
[[package]]
name = "prost-build"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "355f634b43cdd80724ee7848f95770e7e70eefa6dcf14fea676216573b8fd603"
"multimap",
"petgraph",
"prost",
"prost-types",
"tempfile",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69"
dependencies = [
"cc",
]
[[package]]
name = "pwasm-utils"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "880b3384fb00b8f6ecccd5d358b93bd2201900ae3daad213791d1864f6441f5c"
dependencies = [
"byteorder",
"log",
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quick-error"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"
dependencies = [
"futures-core",
"futures-sink",
"pin-project-lite 0.1.12",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
[[package]]
name = "radium"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
name = "radium"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"
[[package]]
name = "rand"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
dependencies = [
"fuchsia-cprng",
"libc",
"rand_core 0.3.1",
"rdrand",
]
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
"rand_chacha 0.3.1",
"rand_core 0.6.3",
"rand_hc 0.3.1",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
7976
7977
7978
7979
7980
7981
7982
7983
[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
dependencies = [
"rand_core 0.4.2",
]
[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
]
[[package]]
name = "rand_core"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
name = "rand_distr"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "051b398806e42b9cd04ad9ec8f81e355d0a382c543ac6672c62f5a5b452ef142"