# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pallet-curveless-staking" version = "0.1.0" authors = ["Parity Technologies ", "Eliott Teissonniere "] description = "An alternative to Substrate's staking pallet with no reward curve and where rewards can be customized" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ETeissonniere/pallet-curveless-staking" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.codec] version = "2.0.0" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.frame-benchmarking] version = "3.0.0" optional = true default-features = false [dependencies.frame-support] version = "3.0.0" default-features = false [dependencies.frame-system] version = "3.0.0" default-features = false [dependencies.pallet-authorship] version = "3.0.0" default-features = false [dependencies.pallet-session] version = "3.0.0" features = ["historical"] default-features = false [dependencies.rand_chacha] version = "0.2" optional = true default-features = false [dependencies.serde] version = "1.0.101" optional = true [dependencies.sp-application-crypto] version = "3.0.0" default-features = false [dependencies.sp-io] version = "3.0.0" default-features = false [dependencies.sp-npos-elections] version = "3.0.0" default-features = false [dependencies.sp-runtime] version = "3.0.0" default-features = false [dependencies.sp-staking] version = "3.0.0" default-features = false [dependencies.sp-std] version = "3.0.0" default-features = false [dependencies.static_assertions] version = "1.1.0" [dev-dependencies.frame-benchmarking] version = "3.0.0" [dev-dependencies.hex] version = "0.4" [dev-dependencies.pallet-balances] version = "3.0.0" [dev-dependencies.pallet-timestamp] version = "3.0.0" [dev-dependencies.parking_lot] version = "0.11.1" [dev-dependencies.rand_chacha] version = "0.2" [dev-dependencies.sp-core] version = "3.0.0" [dev-dependencies.sp-storage] version = "3.0.0" [dev-dependencies.sp-tracing] version = "3.0.0" [dev-dependencies.substrate-test-utils] version = "3.0.0" [features] default = ["std"] runtime-benchmarks = ["frame-benchmarking", "rand_chacha"] std = ["serde", "codec/std", "sp-std/std", "sp-npos-elections/std", "sp-io/std", "frame-support/std", "sp-runtime/std", "sp-staking/std", "pallet-session/std", "frame-system/std", "pallet-authorship/std", "sp-application-crypto/std"]