# 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.0.0" authors = [ "Parity Technologies ", "Michael Müller ", ] include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", ] description = "[ink!] Off-chain environment for testing." homepage = "https://www.parity.io/" documentation = "https://docs.rs/ink_engine/" readme = "README.md" keywords = [ "wasm", "parity", "webassembly", "blockchain", "edsl", ] categories = [ "no-std", "embedded", ] license = "Apache-2.0" repository = "https://github.com/paritytech/ink" [dependencies.blake2] version = "0.10" [dependencies.derive_more] version = "0.99.17" features = [ "from", "display", ] default-features = false [dependencies.ink_primitives] version = "=5.0.0" default-features = false [dependencies.pallet-contracts-uapi] version = "=6.0.3" default-features = false package = "pallet-contracts-uapi-next" [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 = [ "scale/std", "secp256k1", ]