ink_env 3.3.1

[ink!] Low-level interface for interacting with the smart contract Wasm executor.
Documentation
[dependencies.arrayref]
version = "0.3"

[dependencies.cfg-if]
version = "1.0"

[dependencies.derive_more]
default-features = false
features = ["from", "display"]
version = "0.99"

[dependencies.ink_allocator]
default-features = false
version = "3.3.1"

[dependencies.ink_metadata]
default-features = false
features = ["derive"]
optional = true
version = "3.3.1"

[dependencies.ink_prelude]
default-features = false
version = "3.3.1"

[dependencies.ink_primitives]
default-features = false
version = "3.3.1"

[dependencies.num-traits]
default-features = false
features = ["i128"]
version = "0.2"

[dependencies.paste]
version = "1.0"

[dependencies.scale]
default-features = false
features = ["derive", "full"]
package = "parity-scale-codec"
version = "3"

[dependencies.static_assertions]
version = "1.1"

[features]
default = ["std"]
ink-debug = []
std = ["ink_metadata/std", "ink_allocator/std", "ink_prelude/std", "ink_primitives/std", "ink_engine/std", "scale/std", "scale-info/std", "secp256k1", "rand/std", "rand/std_rng", "num-traits/std", "sha2", "sha3", "blake2"]
wee-alloc = ["ink_allocator/wee-alloc"]

[package]
authors = ["Parity Technologies <admin@parity.io>", "Robin Freyler <robin@parity.io>"]
categories = ["no-std", "embedded"]
description = "[ink!] Low-level interface for interacting with the smart contract Wasm executor."
documentation = "https://docs.rs/ink_env/"
edition = "2021"
homepage = "https://www.parity.io/"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]
keywords = ["wasm", "parity", "webassembly", "blockchain", "edsl"]
license = "Apache-2.0"
name = "ink_env"
readme = "README.md"
repository = "https://github.com/paritytech/ink"
resolver = "2"
version = "3.3.1"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.blake2]
optional = true
version = "0.10"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.ink_engine]
optional = true
version = "3.3.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rand]
default-features = false
features = ["alloc"]
optional = true
version = "0.8"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.scale-info]
default-features = false
features = ["derive"]
optional = true
version = "2"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.secp256k1]
features = ["recovery", "global-context"]
optional = true
version = "0.24"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.sha2]
optional = true
version = "0.10"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.sha3]
optional = true
version = "0.10"
[target."cfg(target_arch = \"wasm32\")".dependencies.rlibc]
version = "1"