# 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-examples" version = "7.0.0" authors = ["Parity Technologies "] description = "The single package with examples of various types of FRAME pallets" homepage = "https://substrate.io" license = "Apache-2.0" repository = "https://github.com/paritytech/polkadot-sdk.git" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.pallet-default-config-example] version = "7.0.0" default-features = false [dependencies.pallet-dev-mode] version = "7.0.0" default-features = false [dependencies.pallet-example-basic] version = "24.0.0" default-features = false [dependencies.pallet-example-kitchensink] version = "7.0.0" default-features = false [dependencies.pallet-example-offchain-worker] version = "25.0.0" default-features = false [dependencies.pallet-example-split] version = "7.0.0" default-features = false [features] default = ["std"] std = [ "pallet-default-config-example/std", "pallet-dev-mode/std", "pallet-example-basic/std", "pallet-example-kitchensink/std", "pallet-example-offchain-worker/std", "pallet-example-split/std", ] try-runtime = [ "pallet-default-config-example/try-runtime", "pallet-dev-mode/try-runtime", "pallet-example-basic/try-runtime", "pallet-example-kitchensink/try-runtime", "pallet-example-offchain-worker/try-runtime", "pallet-example-split/try-runtime", ]