# 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" rust-version = "1.68" name = "ink_env" version = "5.1.1" authors = ["Use Ink "] build = false include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "[ink!] Low-level interface for interacting with the smart contract Wasm executor." homepage = "https://use.ink" documentation = "https://docs.rs/ink_env/" readme = "README.md" keywords = [ "wasm", "ink", "webassembly", "blockchain", "edsl", ] categories = [ "no-std", "embedded", ] license = "Apache-2.0" repository = "https://github.com/use-ink/ink" [lib] name = "ink_env" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0" [dependencies.const_env] version = "0.1" [dependencies.derive_more] version = "1.0.0" features = [ "from", "display", ] default-features = false [dependencies.ink_allocator] version = "=5.1.1" default-features = false [dependencies.ink_prelude] version = "=5.1.1" default-features = false [dependencies.ink_primitives] version = "=5.1.1" default-features = false [dependencies.ink_storage_traits] version = "=5.1.1" default-features = false [dependencies.num-traits] version = "0.2" features = ["i128"] default-features = false [dependencies.pallet-contracts-uapi] version = "9.0.0" default-features = false [dependencies.paste] version = "1.0" [dependencies.scale] version = "3.6.9" features = [ "derive", "max-encoded-len", ] default-features = false package = "parity-scale-codec" [dependencies.static_assertions] version = "1.1" [dependencies.xcm] version = "11.0.0" default-features = false package = "staging-xcm" [dev-dependencies] [features] default = ["std"] ink-debug = [] no-allocator = ["ink_allocator/no-allocator"] no-panic-handler = [] std = [ "blake2", "ink_allocator/std", "ink_prelude/std", "ink_primitives/std", "ink_storage_traits/std", "ink_engine/std", "scale/std", "scale-decode", "scale-encode", "scale-info/std", "secp256k1", "schnorrkel", "num-traits/std", "sha2", "sha3", "scale-decode?/std", "scale-encode?/std", "xcm/std", "derive_more/std", ] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.blake2] version = "0.10" optional = true [target.'cfg(not(target_arch = "wasm32"))'.dependencies.ink_engine] version = "=5.1.1" optional = true default-features = true [target.'cfg(not(target_arch = "wasm32"))'.dependencies.scale-decode] version = "0.11.1" optional = true default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dependencies.scale-encode] version = "0.6.0" optional = true default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dependencies.scale-info] version = "2.11" features = ["derive"] optional = true default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dependencies.schnorrkel] version = "0.11.4" optional = true [target.'cfg(not(target_arch = "wasm32"))'.dependencies.secp256k1] version = "0.28.2" features = [ "recovery", "global-context", ] optional = true [target.'cfg(not(target_arch = "wasm32"))'.dependencies.sha2] version = "0.10" optional = true [target.'cfg(not(target_arch = "wasm32"))'.dependencies.sha3] version = "0.10" optional = true [target.'cfg(target_arch = "wasm32")'.dependencies.rlibc] version = "1"