Newer
Older
]
[[package]]
name = "polkadot-parachain-bin"
Adrian Catangiu
committed
"asset-hub-rococo-runtime",
"asset-hub-westend-runtime",
"async-trait",
"bridge-hub-rococo-runtime",
Branislav Kontur
committed
"bridge-hub-westend-runtime",
"clap 4.4.18",
"collectives-westend-runtime",
"coretime-rococo-runtime",
"coretime-westend-runtime",
"cumulus-client-cli",
"cumulus-client-collator",
"cumulus-client-consensus-aura",
"cumulus-client-consensus-common",
"cumulus-client-consensus-proposer",
"cumulus-client-consensus-relay-chain",
"cumulus-client-parachain-inherent",
"cumulus-primitives-core",
"cumulus-relay-chain-interface",
"frame-benchmarking",
"frame-benchmarking-cli",
"frame-support",
"frame-system-rpc-runtime-api",
"frame-try-runtime",
"glutton-westend-runtime",
"pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api",
"parachains-common",
"parity-scale-codec",
"penpal-runtime",
"people-rococo-runtime",
"people-westend-runtime",
13049
13050
13051
13052
13053
13054
13055
13056
13057
13058
13059
13060
13061
13062
13063
13064
13065
13066
13067
13068
13069
13070
13071
13072
13073
13074
13075
13076
"polkadot-cli",
"polkadot-primitives",
"polkadot-service",
"rococo-parachain-runtime",
"sc-basic-authorship",
"sc-chain-spec",
"sc-cli",
"sc-client-api",
"sc-consensus",
"sc-executor",
"sc-network",
"sc-network-sync",
"sc-rpc",
"sc-service",
"sc-sysinfo",
"sc-telemetry",
"sc-tracing",
"sc-transaction-pool",
"sc-transaction-pool-api",
"seedling-runtime",
"serde",
"serde_json",
"shell-runtime",
"sp-api",
"sp-block-builder",
"sp-blockchain",
"sp-consensus-aura",
"sp-core",
"sp-genesis-builder",
"sp-inherents",
"sp-io",
"sp-keystore",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-version",
"substrate-build-script-utils",
"substrate-frame-rpc-system",
"substrate-prometheus-endpoint",
"substrate-state-trie-migration-rpc",
"tempfile",
"testnet-parachains-constants",
[[package]]
name = "polkadot-parachain-primitives"
dependencies = [
"bounded-collections",
"derive_more",
"parity-scale-codec",
"polkadot-core-primitives",
"scale-info",
"serde",
"sp-core",
"sp-runtime",
Joshy Orndorff
committed
"sp-weights",
]
"parity-scale-codec",
"polkadot-core-primitives",
"polkadot-parachain-primitives",
"scale-info",
"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",
]
[[package]]
name = "polkadot-primitives-test-helpers"
version = "1.0.0"
dependencies = [
"polkadot-primitives",
"sp-application-crypto",
"sp-core",
"sp-keyring",
"sp-runtime",
]
[[package]]
name = "polkadot-rpc"
dependencies = [
"jsonrpsee",
"mmr-rpc",
"pallet-transaction-payment-rpc",
"polkadot-primitives",
"sc-chain-spec",
"sc-client-api",
"sc-consensus-babe",
"sc-consensus-babe-rpc",
"sc-consensus-beefy",
"sc-consensus-beefy-rpc",
"sc-consensus-epochs",
"sc-consensus-grandpa",
"sc-consensus-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",
"substrate-state-trie-migration-rpc",
]
[[package]]
name = "polkadot-runtime-common"
dependencies = [
"bitvec",
"frame-benchmarking",
"frame-election-provider-support",
"frame-support",
"frame-support-test",
"frame-system",
"impl-trait-for-tuples",
"libsecp256k1",
"log",
"pallet-authorship",
"pallet-babe",
"pallet-balances",
"pallet-election-provider-multi-phase",
"pallet-fast-unstake",
"pallet-identity",
"pallet-session",
"pallet-staking",
"pallet-staking-reward-fn",
"pallet-timestamp",
"pallet-transaction-payment",
"pallet-treasury",
"pallet-vesting",
13215
13216
13217
13218
13219
13220
13221
13222
13223
13224
13225
13226
13227
13228
13229
13230
13231
13232
13233
13234
"parity-scale-codec",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"polkadot-runtime-parachains",
"rustc-hex",
"scale-info",
"serde",
"serde_derive",
"serde_json",
"slot-range-helper",
"sp-api",
"sp-core",
"sp-inherents",
"sp-io",
"sp-keyring",
"sp-keystore",
"sp-npos-elections",
"sp-runtime",
"sp-session",
"sp-staking",
"static_assertions",
]
[[package]]
name = "polkadot-runtime-metrics"
"frame-benchmarking",
"parity-scale-codec",
"polkadot-primitives",
"sp-std 14.0.0",
"sp-tracing 16.0.0",
]
[[package]]
name = "polkadot-runtime-parachains"
dependencies = [
"assert_matches",
"bitflags 1.3.2",
"bitvec",
"derive_more",
"frame-benchmarking",
"frame-support",
"frame-support-test",
"frame-system",
"futures",
"impl-trait-for-tuples",
"log",
"pallet-authority-discovery",
"pallet-authorship",
"pallet-babe",
"pallet-balances",
"pallet-message-queue",
"pallet-session",
"pallet-staking",
"pallet-timestamp",
"pallet-vesting",
"parity-scale-codec",
"polkadot-core-primitives",
"polkadot-parachain-primitives",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"polkadot-runtime-metrics",
"rand_chacha 0.3.1",
"rustc-hex",
"sc-keystore",
"scale-info",
"serde",
"serde_json",
"sp-api",
"sp-application-crypto",
"sp-crypto-hashing",
"sp-inherents",
"sp-io",
"sp-keyring",
"sp-keystore",
"sp-runtime",
"sp-session",
"sp-staking",
"sp-std 14.0.0",
"sp-tracing 16.0.0",
13313
13314
13315
13316
13317
13318
13319
13320
13321
13322
13323
13324
13325
13326
13327
13328
13329
13330
13331
13332
13333
13334
13335
13336
13337
13338
[[package]]
name = "polkadot-sdk-docs"
version = "0.0.1"
dependencies = [
"cumulus-pallet-aura-ext",
"cumulus-pallet-parachain-system",
"docify",
"frame",
"kitchensink-runtime",
"pallet-aura",
"pallet-default-config-example",
"pallet-examples",
"pallet-timestamp",
"parity-scale-codec",
"sc-cli",
"sc-client-db",
"sc-consensus-aura",
"sc-consensus-babe",
"sc-consensus-beefy",
"sc-consensus-grandpa",
"sc-consensus-manual-seal",
"sc-consensus-pow",
"sc-network",
"sc-rpc",
"sc-rpc-api",
"scale-info",
"simple-mermaid",
"sp-api",
"sp-core",
"sp-io",
"sp-keyring",
"sp-runtime",
"staging-chain-spec-builder",
"staging-node-cli",
"staging-parachain-info",
"subkey",
"substrate-wasm-builder",
]
dependencies = [
"assert_matches",
"async-trait",
"env_logger 0.9.3",
"frame-benchmarking",
"frame-benchmarking-cli",
"frame-support",
"frame-system",
"frame-system-rpc-runtime-api",
"futures",
"is_executable",
"kvdb",
"kvdb-rocksdb",
"log",
"mmr-gadget",
"pallet-babe",
"pallet-im-online",
"pallet-staking",
"pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api",
"parity-db",
"parity-scale-codec",
13380
13381
13382
13383
13384
13385
13386
13387
13388
13389
13390
13391
13392
13393
13394
13395
13396
13397
13398
13399
13400
13401
13402
13403
13404
13405
13406
13407
13408
13409
13410
"polkadot-approval-distribution",
"polkadot-availability-bitfield-distribution",
"polkadot-availability-distribution",
"polkadot-availability-recovery",
"polkadot-collator-protocol",
"polkadot-core-primitives",
"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-parachains-inherent",
"polkadot-node-core-prospective-parachains",
"polkadot-node-core-provisioner",
"polkadot-node-core-pvf",
"polkadot-node-core-pvf-checker",
"polkadot-node-core-runtime-api",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-types",
"polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-parachain-primitives",
Andrei Sandu
committed
"polkadot-primitives-test-helpers",
13414
13415
13416
13417
13418
13419
13420
13421
13422
13423
13424
13425
13426
13427
13428
13429
13430
13431
13432
13433
13434
13435
13436
13437
13438
13439
13440
13441
13442
"polkadot-rpc",
"polkadot-runtime-parachains",
"polkadot-statement-distribution",
"polkadot-test-client",
"rococo-runtime",
"rococo-runtime-constants",
"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-beefy",
"sc-consensus-grandpa",
"sc-consensus-slots",
"sc-executor",
"sc-keystore",
"sc-network",
"sc-network-common",
"sc-network-sync",
"sc-offchain",
"sc-service",
"sc-sync-state-rpc",
"sc-sysinfo",
"sc-telemetry",
"sc-transaction-pool",
"sc-transaction-pool-api",
13444
13445
13446
13447
13448
13449
13450
13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
13463
13464
"serde",
"serde_json",
"serial_test",
"sp-api",
"sp-authority-discovery",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-consensus-beefy",
"sp-consensus-grandpa",
"sp-core",
"sp-inherents",
"sp-io",
"sp-keyring",
"sp-keystore",
"sp-mmr-primitives",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-state-machine",
"sp-timestamp",
"sp-transaction-pool",
"sp-version",
"sp-weights",
"substrate-prometheus-endpoint",
"tempfile",
"thiserror",
"tracing-gum",
"westend-runtime",
"westend-runtime-constants",
]
[[package]]
name = "polkadot-statement-distribution"
dependencies = [
"arrayvec 0.7.4",
"assert_matches",
"async-channel",
"bitvec",
"fatality",
"futures",
"futures-timer",
13490
13491
13492
13493
13494
13495
13496
13497
13498
13499
13500
13501
13502
13503
13504
13505
13506
"parity-scale-codec",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"rand_chacha 0.3.1",
"sc-keystore",
"sc-network",
"sp-application-crypto",
"sp-authority-discovery",
"sp-core",
"sp-keyring",
"sp-keystore",
"sp-staking",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-statement-table"
dependencies = [
"parity-scale-codec",
"polkadot-primitives",
"sp-core",
]
[[package]]
name = "polkadot-subsystem-bench"
version = "1.0.0"
dependencies = [
"assert_matches",
"async-trait",
"bincode",
"bitvec",
"clap 4.4.18",
"clap-num",
"color-eyre",
"colored",
"env_logger 0.9.3",
"futures",
"futures-timer",
"kvdb-memorydb",
"log",
"orchestra",
"parity-scale-codec",
"paste",
"polkadot-approval-distribution",
"polkadot-availability-bitfield-distribution",
"polkadot-availability-distribution",
"polkadot-availability-recovery",
"polkadot-erasure-coding",
"polkadot-node-core-approval-voting",
"polkadot-node-core-av-store",
"polkadot-node-core-chain-api",
"polkadot-node-metrics",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-types",
"polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"prometheus",
"pyroscope",
"pyroscope_pprofrs",
"rand_chacha 0.3.1",
"rand_core 0.6.4",
"rand_distr",
"sc-keystore",
"sc-network",
"sc-service",
"schnorrkel 0.9.1",
"serde",
"serde_yaml",
"sp-consensus",
"sp-consensus-babe",
"sp-core",
"sp-keyring",
"sp-keystore",
"sp-runtime",
"sp-timestamp",
"substrate-prometheus-endpoint",
"tokio",
"tracing-gum",
]
13588
13589
13590
13591
13592
13593
13594
13595
13596
13597
13598
13599
13600
13601
13602
13603
13604
13605
13606
13607
13608
13609
13610
13611
13612
13613
13614
13615
13616
13617
13618
13619
13620
13621
13622
[[package]]
name = "polkadot-test-client"
version = "1.0.0"
dependencies = [
"frame-benchmarking",
"futures",
"parity-scale-codec",
"polkadot-node-subsystem",
"polkadot-primitives",
"polkadot-test-runtime",
"polkadot-test-service",
"sc-block-builder",
"sc-consensus",
"sc-offchain",
"sc-service",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-core",
"sp-inherents",
"sp-io",
"sp-keyring",
"sp-runtime",
"sp-state-machine",
"sp-timestamp",
"substrate-test-client",
]
[[package]]
name = "polkadot-test-malus"
version = "1.0.0"
dependencies = [
"assert_matches",
"async-trait",
"clap 4.4.18",
13624
13625
13626
13627
13628
13629
13630
13631
13632
13633
13634
13635
13636
13637
13638
13639
13640
"color-eyre",
"futures",
"futures-timer",
"polkadot-cli",
"polkadot-erasure-coding",
"polkadot-node-core-backing",
"polkadot-node-core-candidate-validation",
"polkadot-node-core-dispute-coordinator",
"polkadot-node-core-pvf-common",
"polkadot-node-core-pvf-execute-worker",
"polkadot-node-core-pvf-prepare-worker",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-types",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"sp-core",
"sp-keystore",
"substrate-build-script-utils",
"tracing-gum",
]
[[package]]
name = "polkadot-test-runtime"
version = "1.0.0"
dependencies = [
"bitvec",
"frame-election-provider-support",
"frame-executive",
"frame-support",
"frame-system",
"frame-system-rpc-runtime-api",
13659
13660
13661
13662
13663
13664
13665
13666
13667
13668
13669
13670
13671
13672
13673
13674
13675
13676
"log",
"pallet-authority-discovery",
"pallet-authorship",
"pallet-babe",
"pallet-balances",
"pallet-grandpa",
"pallet-indices",
"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",
"pallet-xcm",
"parity-scale-codec",
"polkadot-parachain-primitives",
"polkadot-primitives",
"polkadot-runtime-common",
"polkadot-runtime-parachains",
"rustc-hex",
"scale-info",
"serde",
"serde_derive",
"serde_json",
"smallvec",
"sp-api",
"sp-authority-discovery",
"sp-block-builder",
"sp-consensus-babe",
"sp-consensus-beefy",
"sp-core",
"sp-genesis-builder",
"sp-inherents",
"sp-io",
"sp-keyring",
"sp-mmr-primitives",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-staking",
"sp-transaction-pool",
"sp-trie",
"sp-version",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
13709
13710
13711
13712
13713
13714
13715
13716
13717
13718
13719
13720
13721
13722
13723
13724
13725
13726
"substrate-wasm-builder",
"test-runtime-constants",
"tiny-keccak",
]
[[package]]
name = "polkadot-test-service"
version = "1.0.0"
dependencies = [
"frame-system",
"futures",
"hex",
"pallet-balances",
"pallet-staking",
"pallet-transaction-payment",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-overseer",
"polkadot-parachain-primitives",
"polkadot-primitives",
"polkadot-rpc",
"polkadot-runtime-common",
"polkadot-runtime-parachains",
"polkadot-service",
"polkadot-test-runtime",
13735
13736
13737
13738
13739
13740
13741
13742
13743
13744
13745
13746
13747
13748
13749
13750
13751
13752
13753
13754
13755
13756
13757
13758
13759
13760
13761
13762
13763
13764
13765
13766
13767
"sc-authority-discovery",
"sc-chain-spec",
"sc-cli",
"sc-client-api",
"sc-consensus",
"sc-consensus-babe",
"sc-consensus-grandpa",
"sc-network",
"sc-service",
"sc-tracing",
"sc-transaction-pool",
"serde_json",
"sp-arithmetic",
"sp-authority-discovery",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-consensus-grandpa",
"sp-core",
"sp-inherents",
"sp-keyring",
"sp-runtime",
"sp-state-machine",
"substrate-test-client",
"substrate-test-utils",
"tempfile",
"test-runtime-constants",
"tokio",
"tracing-gum",
]
[[package]]
name = "polkadot-voter-bags"
"clap 4.4.18",
"generate-bags",
"sp-io",
"westend-runtime",
]
[[package]]
name = "polkavm-common"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88b4e215c80fe876147f3d58158d5dfeae7dabdd6047e175af77095b78d0035c"
[[package]]
name = "polkavm-common"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817"
[[package]]
name = "polkavm-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6380dbe1fb03ecc74ad55d841cfc75480222d153ba69ddcb00977866cbdabdb8"
"polkavm-derive-impl 0.5.0",
"syn 2.0.48",
[[package]]
name = "polkavm-derive"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125"
dependencies = [
"polkavm-derive-impl-macro",
]
[[package]]
name = "polkavm-derive-impl"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc8211b3365bbafb2fb32057d68b0e1ca55d079f5cf6f9da9b98079b94b3987d"
"polkavm-common 0.5.0",
"proc-macro2",
"quote",
"syn 2.0.48",
]
[[package]]
name = "polkavm-derive-impl"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c"
dependencies = [
"polkavm-common 0.8.0",
"syn 2.0.48",
[[package]]
name = "polkavm-derive-impl-macro"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66"
dependencies = [
"polkavm-derive-impl 0.8.0",
"syn 2.0.48",
]
[[package]]
name = "polkavm-linker"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5a668bb33c7f0b5f4ca91adb1e1e71cf4930fef5e6909f46c2180d65cce37d0"
dependencies = [
"gimli 0.28.0",
"hashbrown 0.14.3",
"log",
"object 0.32.2",
"polkavm-common 0.5.0",
"regalloc2 0.9.3",
"rustc-demangle",
]
[[package]]
name = "polkavm-linker"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdec1451cb18261d5d01de82acc15305e417fb59588cdcb3127d3dcc9672b925"
dependencies = [
"gimli 0.28.0",
"hashbrown 0.14.3",
"log",
"object 0.32.2",
"polkavm-common 0.8.0",
[[package]]
name = "polling"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
dependencies = [
"autocfg",
"bitflags 1.3.2",
"cfg-if",
"concurrent-queue",
"libc",
"log",
"pin-project-lite 0.2.12",
"windows-sys 0.48.0",
]
[[package]]
name = "poly1305"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"
dependencies = [
"cpufeatures",
"opaque-debug 0.3.0",
"universal-hash 0.4.0",
13896
13897
13898
13899
13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
13910
13911
13912
13913
13914
13915
13916
13917
]
[[package]]
name = "poly1305"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
dependencies = [
"cpufeatures",
"opaque-debug 0.3.0",
"universal-hash 0.5.1",
]
[[package]]
name = "polyval"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
dependencies = [
"cfg-if",
"cpufeatures",
"opaque-debug 0.3.0",
"universal-hash 0.4.0",
13919
13920
13921
13922
13923
13924
13925
13926
13927
13928
13929
13930
13931
13932
13933
13934
13935
13936
13937
13938
13939
13940
13941
13942
13943
13944
]
[[package]]
name = "polyval"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb"
dependencies = [
"cfg-if",
"cpufeatures",
"opaque-debug 0.3.0",
"universal-hash 0.5.1",
]
[[package]]
name = "portable-atomic"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f32154ba0af3a075eefa1eda8bb414ee928f62303a54ea85b8d6638ff1a6ee9e"
[[package]]
name = "portpicker"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be97d76faf1bfab666e1375477b23fde79eccf0276e9b63b92a39d676a889ba9"
dependencies = [
13946
13947
13948
13949
13950
13951
13952
13953
13954
13955
13956
13957
13958
13959
13960
13961
13962
13963
13964
13965
13966
13967
13968
13969
13970
13971
13972
13973
13974
13975
13976
13977
13978
13979
13980
13981
13982
13983
13984
13985
13986
13987
13988
13989
13990
13991
13992
13993
13994
13995
13996
13997
13998
13999
14000
]
[[package]]
name = "pprof"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978385d59daf9269189d052ca8a84c1acfd0715c0599a5d5188d4acc078ca46a"
dependencies = [
"backtrace",
"cfg-if",
"findshlibs",
"libc",
"log",
"nix 0.26.2",
"once_cell",
"parking_lot 0.12.1",
"smallvec",
"symbolic-demangle",
"tempfile",
"thiserror",
]
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "predicates"
version = "2.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"
dependencies = [
"difflib",
"float-cmp",
"itertools 0.10.5",
"normalize-line-endings",
"predicates-core",
"regex",
]
[[package]]
name = "predicates"
version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9"
dependencies = [
"anstyle",
"difflib",
"itertools 0.10.5",
"predicates-core",
]
[[package]]