# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pallet-delegated-staking" version = "5.0.0" authors = ["Parity Technologies "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "FRAME delegated staking pallet" homepage = "https://paritytech.github.io/polkadot-sdk/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/paritytech/polkadot-sdk.git" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "pallet_delegated_staking" path = "src/lib.rs" [dependencies.codec] version = "3.6.12" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.frame-support] version = "38.0.0" default-features = false [dependencies.frame-system] version = "38.0.0" default-features = false [dependencies.log] version = "0.4.22" default-features = false [dependencies.scale-info] version = "2.11.1" features = ["derive"] default-features = false [dependencies.sp-io] version = "38.0.0" default-features = false [dependencies.sp-runtime] version = "39.0.1" default-features = false [dependencies.sp-staking] version = "36.0.0" default-features = false [dev-dependencies] [features] default = ["std"] runtime-benchmarks = [ "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", ] std = [ "codec/std", "frame-support/std", "frame-system/std", "log/std", "scale-info/std", "sp-io/std", "sp-runtime/std", "sp-staking/std", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "sp-runtime/try-runtime", ]