# 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" name = "ink_engine" 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!] Off-chain environment for testing." homepage = "https://use.ink" documentation = "https://docs.rs/ink_engine/" 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_engine" path = "src/lib.rs" [dependencies.blake2] version = "0.10" [dependencies.derive_more] version = "1.0.0" features = [ "from", "display", ] default-features = false [dependencies.ink_primitives] version = "=5.1.1" default-features = false [dependencies.pallet-contracts-uapi] version = "9.0.0" default-features = false [dependencies.scale] version = "3.6.9" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.secp256k1] version = "0.28.2" features = [ "recovery", "global-context", ] optional = true [dependencies.sha2] version = "0.10" [dependencies.sha3] version = "0.10" [features] default = ["std"] std = [ "ink_primitives/std", "scale/std", "secp256k1", "derive_more/std", ]