Skip to content
Cargo.lock 338 KiB
Newer Older
 "bitvec",
 "merlin",
 "parity-scale-codec",
 "polkadot-node-jaeger",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
 "polkadot-primitives",
 "sc-keystore",
 "schnorrkel",
 "sp-application-crypto",
 "sp-consensus",
 "sp-consensus-slots",
 "sp-runtime",
]

[[package]]
name = "polkadot-node-core-av-store"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
 "bitvec",
 "kvdb",
 "parity-scale-codec",
 "polkadot-erasure-coding",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
 "polkadot-primitives",
 "sp-consensus",
]

[[package]]
name = "polkadot-node-core-backing"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
 "bitvec",
 "polkadot-erasure-coding",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "polkadot-statement-table",
 "sp-keystore",
]

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

[[package]]
name = "polkadot-node-core-candidate-validation"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
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-parachain",
 "polkadot-primitives",
 "sp-maybe-compressed-blob",
]

[[package]]
name = "polkadot-node-core-chain-api"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
 "polkadot-node-metrics",
 "polkadot-node-subsystem",
 "polkadot-primitives",
 "sc-client-api",
 "sc-consensus-babe",
 "sp-blockchain",
[[package]]
name = "polkadot-node-core-chain-selection"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
 "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 = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sc-keystore",
 "thiserror",
[[package]]
name = "polkadot-node-core-parachains-inherent"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
dependencies = [
 "async-trait",
 "polkadot-node-subsystem",
 "polkadot-overseer",
 "polkadot-primitives",
 "sp-blockchain",
 "sp-inherents",
 "thiserror",
]

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

[[package]]
name = "polkadot-node-core-pvf"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
dependencies = [
 "always-assert",
 "assert_matches",
 "cpu-time",
 "polkadot-core-primitives",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "sc-executor",
 "sc-executor-common",
 "sc-executor-wasmtime",
 "slotmap",
 "sp-core",
 "sp-externalities",
 "sp-io",
 "sp-maybe-compressed-blob",
 "sp-tracing",
 "sp-wasm-interface",
[[package]]
name = "polkadot-node-core-pvf-checker"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
 "polkadot-primitives",
 "sp-keystore",
[[package]]
name = "polkadot-node-core-runtime-api"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
 "polkadot-node-metrics",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-types",
 "polkadot-primitives",
 "sp-consensus-babe",
]

[[package]]
name = "polkadot-node-jaeger"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
dependencies = [
 "lazy_static",
 "log",
 "mick-jaeger",
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "sc-network",
[[package]]
name = "polkadot-node-metrics"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
 "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 = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
 "parity-scale-codec",
 "polkadot-node-jaeger",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "sc-authority-discovery",
]

[[package]]
name = "polkadot-node-primitives"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
 "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"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
dependencies = [
 "polkadot-node-jaeger",
 "polkadot-node-subsystem-types",
 "polkadot-overseer",
]

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

[[package]]
name = "polkadot-node-subsystem-util"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
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 = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
 "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",
[[package]]
name = "polkadot-parachain"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
 "bounded-collections",
 "derive_more",
 "frame-support",
 "parity-scale-codec",
 "polkadot-core-primitives",
 "scale-info",
 "sp-core",
 "sp-runtime",
]

[[package]]
name = "polkadot-primitives"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
 "bitvec",
 "hex-literal 0.3.4",
 "parity-scale-codec",
 "polkadot-core-primitives",
 "polkadot-parachain",
 "scale-info",
 "sp-application-crypto",
 "sp-arithmetic",
 "sp-authority-discovery",
 "sp-consensus-slots",
 "sp-io",
 "sp-keystore",
 "sp-runtime",
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
 "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 = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
 "bitvec",
 "frame-benchmarking",
 "frame-election-provider-support",
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-benchmarking",
 "frame-system-rpc-runtime-api",
 "frame-try-runtime",
 "hex-literal 0.3.4",
 "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-multisig",
 "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-transaction-pool",
 "static_assertions",
 "substrate-wasm-builder",
 "xcm",
 "xcm-builder",
 "xcm-executor",
]

[[package]]
name = "polkadot-runtime-common"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
 "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",
[[package]]
name = "polkadot-runtime-constants"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
dependencies = [
 "frame-support",
 "polkadot-primitives",
 "polkadot-runtime-common",
 "smallvec",
 "sp-core",
 "sp-runtime",
 "sp-weights",
]

[[package]]
name = "polkadot-runtime-metrics"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
dependencies = [
 "bs58",
 "parity-scale-codec",
 "polkadot-primitives",
 "sp-tracing",
[[package]]
name = "polkadot-runtime-parachains"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
 "bitflags",
 "bitvec",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "pallet-authority-discovery",
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "pallet-session",
 "pallet-staking",
 "pallet-timestamp",
 "pallet-vesting",
 "parity-scale-codec",
 "polkadot-parachain",
 "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",
 "static_assertions",
 "xcm",
 "xcm-executor",
]

[[package]]
name = "polkadot-service"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
dependencies = [
 "async-trait",
 "frame-system-rpc-runtime-api",
 "hex-literal 0.3.4",
 "kusama-runtime",
 "mmr-gadget",
 "pallet-babe",
 "pallet-im-online",
 "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-parachains-inherent",
 "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",
 "polkadot-primitives",
 "polkadot-rpc",
 "polkadot-runtime",
 "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",
 "serde",
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-consensus-beefy",
 "sp-consensus-grandpa",
 "sp-io",
 "sp-keystore",
 "sp-mmr-primitives",
 "sp-runtime",
 "sp-state-machine",
 "sp-storage",
 "sp-timestamp",
 "sp-transaction-pool",
 "substrate-prometheus-endpoint",
 "westend-runtime",
name = "polkadot-statement-distribution"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
 "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",
name = "polkadot-statement-table"
version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2bbef460d24f44aeba9d4014062bb8c631327496"
 "parity-scale-codec",
 "polkadot-primitives",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa"
 "bitflags",
 "pin-project-lite 0.2.9",
 "windows-sys 0.45.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 = "polyval"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
dependencies = [
 "cfg-if 1.0.0",
 "cpufeatures",
 "opaque-debug 0.3.0",
 "universal-hash 0.4.1",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "polyval"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef234e08c11dfcb2e56f79fd70f6f2eb7f025c0ce2333e82f4f0518ecad30c6"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "opaque-debug 0.3.0",
 "universal-hash 0.5.0",
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",
 "itertools",
 "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 = [
 "syn 1.0.109",
[[package]]
name = "primitive-types"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"
 "fixed-hash",
 "impl-codec",
 "impl-rlp",
 "impl-serde",
 "scale-info",
Hernando Castano's avatar
Hernando Castano committed
]

[[package]]
name = "prioritized-metered-channel"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "coarsetime",
 "crossbeam-queue",
 "derive_more",
 "futures",
 "futures-timer",
 "nanorand",
 "thiserror",
 "tracing",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "proc-macro-crate"
version = "1.3.1"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "proc-macro-error"
version = "1.0.4"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "quote 1.0.26",
 "syn 1.0.109",
 "version_check",
Hernando Castano's avatar
Hernando Castano committed
]

[[package]]
name = "proc-macro-error-attr"