# 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-contracts-for-drink" version = "22.0.1" authors = ["Parity Technologies "] build = "build.rs" include = [ "src/**/*", "build.rs", "README.md", "CHANGELOG.md", ] description = "FRAME pallet for WASM contracts" homepage = "https://substrate.io" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Cardinal-Cryptography/substrate/" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.bitflags] version = "1.3" [dependencies.codec] version = "3.6.1" features = [ "derive", "max-encoded-len", ] default-features = false package = "parity-scale-codec" [dependencies.environmental] version = "1.1.4" default-features = false [dependencies.frame-benchmarking] version = "23.0.0" optional = true default-features = false [dependencies.frame-support] version = "23.0.0" default-features = false [dependencies.frame-system] version = "23.0.0" default-features = false [dependencies.impl-trait-for-tuples] version = "0.2" [dependencies.log] version = "0.4" default-features = false [dependencies.pallet-balances] version = "23.0.0" optional = true default-features = false [dependencies.pallet-contracts-primitives] version = "26.0.0" default-features = false [dependencies.pallet-contracts-proc-macro] version = "14.0.0" [dependencies.rand] version = "0.8" optional = true default-features = false [dependencies.rand_pcg] version = "0.3" optional = true [dependencies.scale-info] version = "2.5.0" features = ["derive"] default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.smallvec] version = "1" features = ["const_generics"] default-features = false [dependencies.sp-api] version = "21.0.0" default-features = false [dependencies.sp-core] version = "23.0.0" default-features = false [dependencies.sp-io] version = "25.0.0" default-features = false [dependencies.sp-runtime] version = "26.0.0" default-features = false [dependencies.sp-std] version = "10.0.0" default-features = false [dependencies.wasm-instrument] version = "0.4" optional = true default-features = false [dependencies.wasmi] version = "0.31" default-features = false [dev-dependencies.array-bytes] version = "6.1" [dev-dependencies.assert_matches] version = "1" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.pallet-balances] version = "23.0.0" [dev-dependencies.pallet-insecure-randomness-collective-flip] version = "11.0.0" [dev-dependencies.pallet-proxy] version = "23.0.0" [dev-dependencies.pallet-timestamp] version = "22.0.0" [dev-dependencies.pallet-utility] version = "23.0.0" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.sp-keystore] version = "0.29.0" [dev-dependencies.wat] version = "1" [features] default = ["std"] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-balances/runtime-benchmarks", "pallet-proxy/runtime-benchmarks", "pallet-timestamp/runtime-benchmarks", "pallet-utility/runtime-benchmarks", "rand", "rand_pcg", "sp-runtime/runtime-benchmarks", "wasm-instrument", ] std = [ "codec/std", "environmental/std", "frame-benchmarking?/std", "frame-support/std", "frame-system/std", "log/std", "pallet-balances?/std", "pallet-contracts-primitives/std", "pallet-contracts-proc-macro/full", "pallet-insecure-randomness-collective-flip/std", "pallet-proxy/std", "pallet-timestamp/std", "pallet-utility/std", "rand/std", "scale-info/std", "serde", "sp-api/std", "sp-core/std", "sp-io/std", "sp-keystore/std", "sp-runtime/std", "sp-std/std", "wasm-instrument/std", "wasmi/std", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "pallet-balances/try-runtime", "pallet-insecure-randomness-collective-flip/try-runtime", "pallet-proxy/try-runtime", "pallet-timestamp/try-runtime", "pallet-utility/try-runtime", "sp-runtime/try-runtime", ]