# 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 = "noble-contracts" version = "2.0.0" authors = ["Parity Technologies ", "Tetcoin Developers "] description = "FABRIC noble for WASM contracts" homepage = "https://core.tetcoin.org" documentation = "https://docs.rs/noble-contracts" readme = "README.md" keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/tetcoin/tetcore" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.codec] version = "2.0.1" features = ["derive"] default-features = false package = "tetsy-scale-codec" [dependencies.fabric-benchmarking] version = "2.0.0" optional = true default-features = false [dependencies.fabric-support] version = "2.0.0" default-features = false [dependencies.fabric-system] version = "2.0.0" default-features = false [dependencies.noble-contracts-primitives] version = "2.0.0" default-features = false [dependencies.noble-contracts-proc-macro] version = "0.1.0" [dependencies.rand] version = "0.7.0" optional = true default-features = false [dependencies.rand_pcg] version = "0.2.1" optional = true [dependencies.serde] version = "1.0.101" features = ["derive"] optional = true [dependencies.tet-core] version = "2.0.2" default-features = false [dependencies.tet-io] version = "2.0.2" default-features = false [dependencies.tetcore-std] version = "2.0.2" default-features = false [dependencies.tetsy-wasm] version = "0.41.0" default-features = false [dependencies.tp-runtime] version = "2.0.2" default-features = false [dependencies.tp-sandbox] version = "0.8.2" default-features = false [dependencies.twasm-utils] version = "0.16" default-features = false [dependencies.twasmi-validation] version = "0.3.0" default-features = false [dev-dependencies.assert_matches] version = "1.3.0" [dev-dependencies.hex-literal] version = "0.3.1" [dev-dependencies.noble-balances] version = "2.0.1" [dev-dependencies.noble-randomness-collective-flip] version = "2.0.0" [dev-dependencies.noble-timestamp] version = "2.0.0" [dev-dependencies.paste] version = "1.0" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.wat] version = "1.0" [features] default = ["std"] runtime-benchmarks = ["fabric-benchmarking", "rand", "rand_pcg"] std = ["serde", "codec/std", "tet-core/std", "tp-runtime/std", "tet-io/std", "tetcore-std/std", "tp-sandbox/std", "fabric-support/std", "fabric-system/std", "tetsy-wasm/std", "twasm-utils/std", "twasmi-validation/std", "noble-contracts-primitives/std", "noble-contracts-proc-macro/full"]