noble-contracts 2.0.0

FABRIC noble for WASM contracts
[dependencies.codec]
default-features = false
features = ["derive"]
package = "tetsy-scale-codec"
version = "2.0.1"

[dependencies.fabric-benchmarking]
default-features = false
optional = true
version = "2.0.0"

[dependencies.fabric-support]
default-features = false
version = "2.0.0"

[dependencies.fabric-system]
default-features = false
version = "2.0.0"

[dependencies.noble-contracts-primitives]
default-features = false
version = "2.0.0"

[dependencies.noble-contracts-proc-macro]
version = "0.1.0"

[dependencies.rand]
default-features = false
optional = true
version = "0.7.0"

[dependencies.rand_pcg]
optional = true
version = "0.2.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.101"

[dependencies.tet-core]
default-features = false
version = "2.0.2"

[dependencies.tet-io]
default-features = false
version = "2.0.2"

[dependencies.tetcore-std]
default-features = false
version = "2.0.2"

[dependencies.tetsy-wasm]
default-features = false
version = "0.41.0"

[dependencies.tp-runtime]
default-features = false
version = "2.0.2"

[dependencies.tp-sandbox]
default-features = false
version = "0.8.2"

[dependencies.twasm-utils]
default-features = false
version = "0.16"

[dependencies.twasmi-validation]
default-features = false
version = "0.3.0"

[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"]

[package]
authors = ["Parity Technologies <admin@parity.io>", "Tetcoin Developers <support@tetcoin.org>"]
categories = ["cryptography::cryptocurrencies"]
description = "FABRIC noble for WASM contracts"
documentation = "https://docs.rs/noble-contracts"
edition = "2018"
homepage = "https://core.tetcoin.org"
keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"]
license = "Apache-2.0"
name = "noble-contracts"
readme = "README.md"
repository = "https://github.com/tetcoin/tetcore"
version = "2.0.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]