[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"
[dependencies.funty]
version = "=1.1.0"
[dependencies.pro_prelude]
default-features = false
version = "3.0.0-rc2"
[dependencies.scale]
default-features = false
features = ["derive", "full"]
package = "tetsy-scale-codec"
version = "2.0.1"
[dependencies.tetsy-scale-info]
default-features = false
features = ["derive"]
optional = true
version = "0.5.1"
[dependencies.tiny-keccak]
features = ["keccak"]
version = "2.0"
[dev-dependencies.criterion]
version = "0.3.1"
[features]
default = ["std"]
std = ["pro_prelude/std", "scale/std", "tetsy-scale-info/std"]
[package]
authors = ["Parity Technologies <admin@parity.io>", "Robin Freyler <robin@parity.io>"]
categories = ["no-std", "embedded"]
description = "[pro!] Fundamental primitive types for pro! smart contracts."
documentation = "https://docs.rs/pro_primitives/"
edition = "2018"
homepage = "https://tetcoin.org/"
include = ["/Cargo.toml", "src/**/*.rs", "/README.md", "/LICENSE"]
keywords = ["wasm", "tetcoin", "webassembly", "blockchain", "edsl"]
license = "Apache-2.0"
name = "pro_primitives"
readme = "README.md"
repository = "https://github.com/tetcoin/pro"
version = "3.0.0-rc2"