Skip to content
Cargo.lock 390 KiB
Newer Older

[[package]]
name = "polkadot-node-core-bitfield-signing"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sp-keystore",
 "wasm-timer",
]

[[package]]
name = "polkadot-node-core-candidate-validation"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "async-trait",
 "futures-timer",
 "parity-scale-codec",
 "polkadot-node-core-pvf",
 "polkadot-node-metrics",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
 "polkadot-parachain-primitives",
 "sp-maybe-compressed-blob",
]

[[package]]
name = "polkadot-node-core-chain-api"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "polkadot-node-metrics",
 "polkadot-node-subsystem",
 "polkadot-primitives",
 "sc-client-api",
 "sc-consensus-babe",
 "sp-blockchain",
[[package]]
name = "polkadot-node-core-chain-selection"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "kvdb",
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "thiserror",
]

[[package]]
name = "polkadot-node-core-dispute-coordinator"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "kvdb",
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sc-keystore",
[[package]]
name = "polkadot-node-core-parachains-inherent"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "async-trait",
 "polkadot-node-subsystem",
 "polkadot-overseer",
 "polkadot-primitives",
 "sp-blockchain",
 "sp-inherents",
 "thiserror",
[[package]]
name = "polkadot-node-core-prospective-parachains"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "bitvec",
 "fatality",
 "futures",
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-provisioner"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "futures-timer",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "thiserror",
]

[[package]]
name = "polkadot-node-core-pvf"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "always-assert",
 "polkadot-core-primitives",
 "polkadot-node-core-pvf-common",
 "polkadot-node-primitives",
 "polkadot-parachain-primitives",
 "polkadot-primitives",
 "sp-maybe-compressed-blob",
 "sp-wasm-interface",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "substrate-build-script-utils",
[[package]]
name = "polkadot-node-core-pvf-checker"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
 "polkadot-primitives",
 "sp-keystore",
[[package]]
name = "polkadot-node-core-pvf-common"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "cpu-time",
 "futures",
 "libc",
 "parity-scale-codec",
 "polkadot-parachain-primitives",
 "sc-executor",
 "sc-executor-common",
 "sc-executor-wasmtime",
 "sp-core",
 "sp-externalities",
 "sp-io",
 "sp-tracing",
 "tokio",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-pvf-execute-worker"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "cpu-time",
 "futures",
 "parity-scale-codec",
 "polkadot-node-core-pvf-common",
 "polkadot-parachain-primitives",
 "polkadot-primitives",
 "rayon",
 "sp-core",
 "sp-maybe-compressed-blob",
 "sp-tracing",
 "tokio",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-pvf-prepare-worker"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "futures",
 "libc",
 "parity-scale-codec",
 "polkadot-node-core-pvf-common",
 "polkadot-parachain-primitives",
 "polkadot-primitives",
 "rayon",
 "sc-executor",
 "sc-executor-common",
 "sc-executor-wasmtime",
 "sp-io",
 "sp-maybe-compressed-blob",
 "sp-tracing",
 "tikv-jemalloc-ctl",
 "tokio",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-runtime-api"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "polkadot-node-metrics",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-types",
]

[[package]]
name = "polkadot-node-jaeger"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "lazy_static",
 "log",
 "mick-jaeger",
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "sc-network",
[[package]]
name = "polkadot-node-metrics"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "futures-timer",
 "log",
 "parity-scale-codec",
 "polkadot-primitives",
 "prioritized-metered-channel",
 "sc-cli",
 "sc-service",
 "sc-tracing",
 "substrate-prometheus-endpoint",
[[package]]
name = "polkadot-node-network-protocol"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "parity-scale-codec",
 "polkadot-node-jaeger",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "sc-authority-discovery",
 "strum 0.24.1",
]

[[package]]
name = "polkadot-node-primitives"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "polkadot-parachain-primitives",
 "sp-application-crypto",
 "sp-core",
 "sp-keystore",
 "sp-maybe-compressed-blob",
]

[[package]]
name = "polkadot-node-subsystem"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "polkadot-node-jaeger",
 "polkadot-node-subsystem-types",
 "polkadot-overseer",
]

[[package]]
name = "polkadot-node-subsystem-types"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "polkadot-node-jaeger",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "polkadot-statement-table",
 "sc-network",
 "sc-transaction-pool-api",
 "sp-authority-discovery",
 "sp-consensus-babe",
 "substrate-prometheus-endpoint",
 "thiserror",
]

[[package]]
name = "polkadot-node-subsystem-util"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "async-trait",
 "futures-channel",
 "polkadot-node-jaeger",
 "polkadot-node-metrics",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "prioritized-metered-channel",
 "sp-application-crypto",
 "sp-core",
 "sp-keystore",
]

[[package]]
name = "polkadot-overseer"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "orchestra",
 "parking_lot 0.12.1",
 "polkadot-node-metrics",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem-types",
 "polkadot-primitives",
 "sc-client-api",
 "tikv-jemalloc-ctl",
name = "polkadot-parachain-primitives"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "bounded-collections",
 "derive_more",
 "frame-support",
 "parity-scale-codec",
 "polkadot-core-primitives",
 "scale-info",
 "sp-core",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
]

[[package]]
name = "polkadot-primitives"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "bitvec",
 "parity-scale-codec",
 "polkadot-core-primitives",
 "polkadot-parachain-primitives",
 "scale-info",
 "sp-application-crypto",
 "sp-arithmetic",
 "sp-authority-discovery",
 "sp-consensus-slots",
 "sp-io",
 "sp-keystore",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "jsonrpsee 0.16.2",
 "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-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-keystore",
 "sp-runtime",
 "substrate-frame-rpc-system",
]

[[package]]
name = "polkadot-runtime"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "bitvec",
 "frame-benchmarking",
 "frame-election-provider-support",
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-benchmarking",
 "frame-system-rpc-runtime-api",
 "frame-try-runtime",
 "log",
 "pallet-authority-discovery",
 "pallet-authorship",
 "pallet-babe",
 "pallet-bags-list",
 "pallet-balances",
 "pallet-bounties",
 "pallet-child-bounties",
 "pallet-conviction-voting",
 "pallet-democracy",
 "pallet-election-provider-multi-phase",
 "pallet-election-provider-support-benchmarking",
 "pallet-elections-phragmen",
 "pallet-grandpa",
 "pallet-identity",
 "pallet-im-online",
 "pallet-indices",
 "pallet-membership",
 "pallet-message-queue",
 "pallet-nomination-pools",
 "pallet-nomination-pools-benchmarking",
 "pallet-nomination-pools-runtime-api",
 "pallet-offences-benchmarking",
 "pallet-scheduler",
 "pallet-session",
 "pallet-session-benchmarking",
 "pallet-staking",
 "pallet-staking-reward-curve",
 "pallet-staking-runtime-api",
 "pallet-timestamp",
 "pallet-tips",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "pallet-treasury",
 "pallet-utility",
 "pallet-vesting",
 "pallet-xcm",
 "parity-scale-codec",
 "polkadot-primitives",
 "polkadot-runtime-common",
 "polkadot-runtime-constants",
 "polkadot-runtime-parachains",
 "scale-info",
 "serde",
 "serde_derive",
 "smallvec",
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-consensus-babe",
 "sp-consensus-beefy",
 "sp-npos-elections",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
 "sp-storage",
 "sp-transaction-pool",
 "staging-xcm",
 "staging-xcm-builder",
 "staging-xcm-executor",
 "static_assertions",
 "substrate-wasm-builder",
]

[[package]]
name = "polkadot-runtime-common"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "bitvec",
 "frame-benchmarking",
 "frame-election-provider-support",
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "libsecp256k1",
 "log",
 "pallet-authorship",
 "pallet-balances",
 "pallet-election-provider-multi-phase",
 "pallet-session",
 "pallet-staking",
 "pallet-staking-reward-fn",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-treasury",
 "pallet-vesting",
 "parity-scale-codec",
 "polkadot-primitives",
 "polkadot-runtime-parachains",
 "rustc-hex",
 "scale-info",
 "serde",
 "serde_derive",
 "slot-range-helper",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
 "staging-xcm",
[[package]]
name = "polkadot-runtime-constants"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-support",
 "polkadot-primitives",
 "polkadot-runtime-common",
 "smallvec",
 "sp-core",
 "sp-runtime",
 "sp-weights",
]

[[package]]
name = "polkadot-runtime-metrics"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "bs58 0.5.0",
 "frame-benchmarking",
 "parity-scale-codec",
 "polkadot-primitives",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
 "sp-tracing",
[[package]]
name = "polkadot-runtime-parachains"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "bitflags 1.3.2",
 "bitvec",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "pallet-authority-discovery",
 "pallet-authorship",
 "pallet-babe",
 "pallet-message-queue",
 "pallet-session",
 "pallet-staking",
 "pallet-timestamp",
 "pallet-vesting",
 "parity-scale-codec",
 "polkadot-parachain-primitives",
 "polkadot-primitives",
 "polkadot-runtime-metrics",
 "rand_chacha 0.3.1",
 "rustc-hex",
 "scale-info",
 "sp-application-crypto",
 "sp-io",
 "sp-keystore",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
 "staging-xcm",
 "staging-xcm-executor",
 "static_assertions",
]

[[package]]
name = "polkadot-service"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "async-trait",
 "frame-benchmarking",
 "frame-system",
 "frame-system-rpc-runtime-api",
 "mmr-gadget",
 "pallet-babe",
 "pallet-im-online",
 "pallet-staking",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "parity-scale-codec",
 "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-checker",
 "polkadot-node-core-runtime-api",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-types",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
 "polkadot-parachain-primitives",
 "polkadot-primitives",
 "polkadot-rpc",
 "polkadot-runtime",
 "polkadot-runtime-common",
 "polkadot-runtime-constants",
 "polkadot-runtime-parachains",
 "polkadot-statement-distribution",
 "rococo-runtime",
 "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-keystore",
 "sc-network",
 "sc-network-sync",
 "sc-offchain",
 "sc-service",
 "sc-sync-state-rpc",
 "sc-telemetry",
 "sc-transaction-pool",
 "sc-transaction-pool-api",
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-consensus-beefy",
 "sp-consensus-grandpa",
 "sp-keystore",
 "sp-mmr-primitives",
 "sp-runtime",
 "sp-state-machine",
 "sp-storage",
 "sp-timestamp",
 "sp-transaction-pool",
 "sp-version",
 "sp-weights",
 "substrate-prometheus-endpoint",
 "westend-runtime",
name = "polkadot-statement-distribution"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "futures-timer",
 "indexmap 1.9.3",
 "parity-scale-codec",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-types",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sp-keystore",
 "sp-staking",
 "thiserror",
name = "polkadot-statement-table"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "parity-scale-codec",
 "polkadot-primitives",
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
 "bitflags 1.3.2",
 "pin-project-lite 0.2.12",
 "windows-sys 0.48.0",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "poly1305"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "opaque-debug 0.3.0",
 "universal-hash 0.4.1",
[[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 1.0.0",
 "opaque-debug 0.3.0",
 "universal-hash 0.4.1",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "polyval"
version = "0.6.1"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "opaque-debug 0.3.0",
 "universal-hash 0.5.1",
]

[[package]]
name = "portable-atomic"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edc55135a600d700580e406b4de0d59cb9ad25e344a3a091a97ded2622ec4ec6"
Hernando Castano's avatar
Hernando Castano committed
[[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",
 "normalize-line-endings",
 "predicates-core",
 "regex",
]

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

[[package]]
name = "predicates-tree"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
dependencies = [
 "predicates-core",
 "termtree",
]

[[package]]
name = "prettyplease"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
dependencies = [
 "proc-macro2 1.0.67",
 "syn 1.0.109",
[[package]]
name = "prettyplease"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92139198957b410250d43fad93e630d956499a625c527eda65175c8680f83387"
dependencies = [