ink_engine 3.4.0

[ink!] Off-chain environment for testing.
Documentation
[dependencies.blake2]
version = "0.10"

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

[dependencies.rand]
version = "0.8"

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

[dependencies.secp256k1]
features = ["recovery", "global-context"]
optional = true
version = "0.24"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

[features]
default = ["std"]
std = ["scale/std", "secp256k1"]

[package]
authors = ["Parity Technologies <admin@parity.io>", "Michael Müller <michi@parity.io>"]
categories = ["no-std", "embedded"]
description = "[ink!] Off-chain environment for testing."
documentation = "https://docs.rs/ink_engine/"
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_engine"
readme = "README.md"
repository = "https://github.com/paritytech/ink"
version = "3.4.0"