Skip to content
Cargo.lock 448 KiB
Newer Older
Alexander's avatar
Alexander committed
 "slot-range-helper",
 "sp-api",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-keystore",
 "sp-npos-elections",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std 8.0.0",
Lulu's avatar
Lulu committed
 "staging-xcm",
 "staging-xcm-builder",
 "staging-xcm-executor",
Alexander's avatar
Alexander committed
 "static_assertions",
]

[[package]]
name = "polkadot-runtime-metrics"
version = "1.0.0"
dependencies = [
Alexander's avatar
Alexander committed
 "frame-benchmarking",
 "parity-scale-codec",
 "polkadot-primitives",
 "sp-std 8.0.0",
 "sp-tracing 10.0.0",
Alexander's avatar
Alexander committed
]

[[package]]
name = "polkadot-runtime-parachains"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "bitflags 1.3.2",
 "bitvec",
 "derive_more",
 "frame-benchmarking",
 "frame-support",
 "frame-support-test",
 "frame-system",
 "futures",
Alexander's avatar
Alexander committed
 "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",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "polkadot-runtime-metrics",
 "rand 0.8.5",
 "rand_chacha 0.3.1",
 "rustc-hex",
 "sc-keystore",
 "scale-info",
 "serde",
 "serde_json",
 "sp-api",
 "sp-application-crypto",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-keystore",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std 8.0.0",
 "sp-tracing 10.0.0",
Lulu's avatar
Lulu committed
 "staging-xcm",
 "staging-xcm-executor",
Alexander's avatar
Alexander committed
 "static_assertions",
 "thousands",
]

[[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 0.1.0 (git+https://github.com/kianenigma/simple-mermaid.git?branch=main)",
 "sp-api",
 "sp-core",
 "sp-io",
 "sp-keyring",
 "sp-runtime",
 "staging-chain-spec-builder",
 "staging-node-cli",
 "staging-parachain-info",
 "subkey",
 "substrate-wasm-builder",
]

Alexander's avatar
Alexander committed
[[package]]
name = "polkadot-service"
version = "1.0.0"
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",
Alexander's avatar
Alexander committed
 "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",
 "parking_lot 0.12.1",
Alexander's avatar
Alexander committed
 "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",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
Alexander's avatar
Alexander committed
 "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",
Alexander's avatar
Alexander committed
 "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-storage 13.0.0",
Alexander's avatar
Alexander committed
 "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"
version = "1.0.0"
dependencies = [
 "arrayvec 0.7.4",
 "assert_matches",
 "async-channel",
 "bitvec",
 "fatality",
 "futures",
 "futures-timer",
 "indexmap 1.9.3",
 "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",
 "sp-tracing 10.0.0",
Alexander's avatar
Alexander committed
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-statement-table"
version = "1.0.0"
dependencies = [
 "parity-scale-codec",
 "polkadot-primitives",
 "sp-core",
]

[[package]]
name = "polkadot-subsystem-bench"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "async-trait",
 "clap 4.4.11",
 "clap-num",
 "color-eyre",
 "colored",
 "env_logger 0.9.3",
 "futures",
 "futures-timer",
 "itertools 0.11.0",
 "log",
 "orchestra",
 "parity-scale-codec",
 "paste",
 "polkadot-availability-recovery",
 "polkadot-erasure-coding",
 "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",
 "rand 0.8.5",
 "sc-keystore",
 "sc-network",
 "sc-service",
 "serde",
 "serde_yaml",
 "sp-application-crypto",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "substrate-prometheus-endpoint",
 "tokio",
 "tracing-gum",
]

Alexander's avatar
Alexander committed
[[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",
Alexander's avatar
Alexander committed
 "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",
 "rand 0.8.5",
 "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",
Alexander's avatar
Alexander committed
 "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",
Alexander's avatar
Alexander committed
 "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",
Alexander's avatar
Alexander committed
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-mmr-primitives",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
 "sp-transaction-pool",
 "sp-trie",
 "sp-version",
Lulu's avatar
Lulu committed
 "staging-xcm",
 "staging-xcm-builder",
 "staging-xcm-executor",
Alexander's avatar
Alexander committed
 "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",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
 "polkadot-rpc",
 "polkadot-runtime-common",
 "polkadot-runtime-parachains",
 "polkadot-service",
 "polkadot-test-runtime",
 "rand 0.8.5",
 "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"
version = "1.0.0"
dependencies = [
Alexander's avatar
Alexander committed
 "generate-bags",
 "sp-io",
 "westend-runtime",
]

[[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",
Alexander's avatar
Alexander committed
 "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.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",
 "cpufeatures",
 "opaque-debug 0.3.0",
 "universal-hash 0.4.1",
]

[[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 = [
 "rand 0.8.5",
]

[[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]]
name = "predicates-core"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"

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

[[package]]
name = "pretty_assertions"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
dependencies = [
 "diff",
 "yansi",
]

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

[[package]]
name = "prettyplease"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c64d9ba0963cdcea2e1b2230fbae2bab30eb25a174be395c41e764bfb65dd62"
dependencies = [
 "proc-macro2",
Alexander's avatar
Alexander committed
]

[[package]]
name = "primitive-types"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"
dependencies = [
 "fixed-hash",
 "impl-codec",
 "impl-num-traits",
 "impl-rlp",
 "impl-serde",
 "scale-info",
 "uint",
]

[[package]]
name = "prioritized-metered-channel"
Alexander's avatar
Alexander committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e99f0c89bd88f393aab44a4ab949351f7bc7e7e1179d11ecbfe50cbe4c47e342"
Alexander's avatar
Alexander committed
dependencies = [
 "coarsetime",
 "crossbeam-queue",
 "derive_more",
 "futures",
 "futures-timer",
 "nanorand",
 "thiserror",
 "tracing",
]

[[package]]
name = "proc-macro-crate"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
dependencies = [
 "once_cell",
 "toml_edit 0.19.15",
[[package]]
name = "proc-macro-crate"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97dc5fea232fc28d2f597b37c4876b348a40e33f3b02cc975c8d006d78d94b1a"
 "toml_datetime",
 "toml_edit 0.20.2",
Alexander's avatar
Alexander committed
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
 "proc-macro-error-attr",
 "proc-macro2",
 "quote",
 "syn 1.0.109",
 "version_check",
]

[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
 "proc-macro2",
 "quote",
 "version_check",
]

[[package]]
name = "proc-macro-hack"
version = "0.5.20+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"

[[package]]
name = "proc-macro-warning"
Alexander's avatar
Alexander committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b698b0b09d40e9b7c1a47b132d66a8b54bcd20583d9b6d06e4535e383b4405c"
Alexander's avatar
Alexander committed
dependencies = [
 "proc-macro2",
 "quote",
Alexander's avatar
Alexander committed
]

[[package]]
name = "proc-macro2"
Alexander's avatar
Alexander committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
Alexander's avatar
Alexander committed
dependencies = [
 "unicode-ident",
]

[[package]]
name = "procfs"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4"
dependencies = [
 "bitflags 2.4.0",
 "chrono",
 "flate2",
 "hex",
 "lazy_static",
 "procfs-core",
 "rustix 0.38.21",
]

[[package]]
name = "procfs-core"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
dependencies = [
 "bitflags 2.4.0",
 "chrono",
 "hex",
]

Alexander's avatar
Alexander committed
[[package]]
name = "prometheus"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
dependencies = [
 "cfg-if",
 "fnv",
 "lazy_static",
 "memchr",
 "parking_lot 0.12.1",
 "thiserror",
]

[[package]]
name = "prometheus-client"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d6fa99d535dd930d1249e6c79cb3c2915f9172a540fe2b02a4c8f9ca954721e"
dependencies = [
 "dtoa",
 "itoa",
 "parking_lot 0.12.1",
 "prometheus-client-derive-encode",
]

[[package]]
name = "prometheus-client-derive-encode"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8"
dependencies = [
 "proc-macro2",
 "quote",
Alexander's avatar
Alexander committed
]

[[package]]
name = "prometheus-parse"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c2aa5feb83bf4b2c8919eaf563f51dbab41183de73ba2353c0e03cd7b6bd892"
dependencies = [
 "chrono",
 "itertools 0.10.5",
 "once_cell",
 "regex",
]

[[package]]
name = "prost"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
dependencies = [
 "bytes",
 "prost-derive",
]

[[package]]
name = "prost-build"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"
dependencies = [
 "bytes",
 "heck",
 "itertools 0.10.5",
 "lazy_static",
 "log",
 "multimap",
 "petgraph",
 "prettyplease 0.1.25",
 "prost",
 "prost-types",
 "regex",
 "syn 1.0.109",
 "tempfile",
 "which",
]

[[package]]
name = "prost-derive"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
dependencies = [
 "anyhow",
 "itertools 0.10.5",
 "proc-macro2",
 "quote",
 "syn 1.0.109",
]

[[package]]
name = "prost-types"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
dependencies = [
 "prost",
]

[[package]]
name = "psm"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
dependencies = [
 "cc",
]

[[package]]
name = "pyroscope"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac8a53ce01af1087eaeee6ce7c4fbf50ea4040ab1825c0115c4bafa039644ba9"
dependencies = [
 "json",
 "libc",
 "libflate",
 "log",
Alexander's avatar
Alexander committed
 "prost",
 "reqwest",
 "thiserror",
 "url",
 "winapi",
]

[[package]]
name = "pyroscope_pprofrs"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43f010b2a981a7f8449a650f25f309e520b5206ea2d89512dcb146aaa5518ff4"
dependencies = [
 "log",
 "pprof",
 "pyroscope",
 "thiserror",
]

[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"

[[package]]
name = "quick-protobuf"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f"
dependencies = [
 "byteorder",
]

[[package]]
name = "quick-protobuf-codec"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1693116345026436eb2f10b677806169c1a1260c1c60eaaffe3fb5a29ae23d8b"
dependencies = [
 "asynchronous-codec",
 "bytes",
 "quick-protobuf",
 "thiserror",
 "unsigned-varint",
]

[[package]]