# 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-example-kitchensink" version = "9.0.0" authors = ["Parity Technologies "] description = "FRAME example kitchensink pallet" homepage = "https://substrate.io" license = "MIT-0" repository = "https://github.com/paritytech/polkadot-sdk.git" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.codec] version = "3.6.1" default-features = false package = "parity-scale-codec" [dependencies.frame-benchmarking] version = "27.0.0" optional = true default-features = false [dependencies.frame-support] version = "27.0.0" default-features = false [dependencies.frame-system] version = "27.0.0" default-features = false [dependencies.log] version = "0.4.17" default-features = false [dependencies.pallet-balances] version = "27.0.0" default-features = false [dependencies.scale-info] version = "2.10.0" features = ["derive"] default-features = false [dependencies.sp-io] version = "29.0.0" default-features = false [dependencies.sp-runtime] version = "30.0.1" default-features = false [dependencies.sp-std] version = "13.0.0" default-features = false [dev-dependencies] [features] default = ["std"] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] std = [ "codec/std", "frame-benchmarking?/std", "frame-support/std", "frame-system/std", "log/std", "pallet-balances/std", "scale-info/std", "sp-io/std", "sp-runtime/std", "sp-std/std", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "pallet-balances/try-runtime", "sp-runtime/try-runtime", ]