# 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_e2e" 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!] End-to-end testing framework for smart contracts." homepage = "https://use.ink" documentation = "https://docs.rs/ink_e2e/" 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_e2e" path = "src/lib.rs" [dependencies.cargo_metadata] version = "0.18.0" [dependencies.contract-build] version = "5.0.0" [dependencies.frame-support] version = "32.0.0" default-features = false [dependencies.funty] version = "2.0.0" [dependencies.impl-serde] version = "0.4.0" default-features = false [dependencies.ink] version = "=5.1.1" default-features = true [dependencies.ink_e2e_macro] version = "=5.1.1" default-features = true [dependencies.ink_env] version = "=5.1.1" default-features = true [dependencies.ink_primitives] version = "=5.1.1" default-features = true [dependencies.ink_sandbox] version = "=5.1.1" optional = true [dependencies.jsonrpsee] version = "0.22.5" features = ["ws-client"] [dependencies.pallet-contracts] version = "31.0.0" default-features = false [dependencies.pallet-contracts-mock-network] version = "7.0.0" optional = true default-features = false [dependencies.regex] version = "1.11.1" [dependencies.scale] version = "3.6.9" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.serde] version = "1.0.215" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.133" [dependencies.sp-core] version = "32.0.0" default-features = false [dependencies.sp-keyring] version = "35.0.0" default-features = false [dependencies.sp-runtime] version = "35.0.0" default-features = false [dependencies.sp-weights] version = "31.0.0" default-features = false [dependencies.subxt] version = "0.35.3" [dependencies.subxt-metadata] version = "0.35.2" optional = true [dependencies.subxt-signer] version = "0.35.3" features = [ "subxt", "sr25519", ] [dependencies.thiserror] version = "1.0.69" [dependencies.tokio] version = "1.41.1" features = ["rt-multi-thread"] [dependencies.tracing] version = "0.1.41" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dependencies.wasm-instrument] version = "0.4.0" [dependencies.which] version = "6.0.3" [dev-dependencies.scale-info] version = "2.11" features = ["derive"] default-features = false [features] default = ["std"] sandbox = [ "dep:ink_sandbox", "subxt-metadata", "pallet-contracts-mock-network", "ink_e2e_macro/sandbox", ] std = [ "impl-serde/std", "ink_e2e_macro/std", "pallet-contracts/std", "scale-info/std", "scale/std", "serde/std", "sp-core/std", "sp-keyring/std", "sp-runtime/std", "sp-weights/std", "ink_e2e_macro/std", "ink_sandbox/std", "frame-support/std", "pallet-contracts-mock-network?/std", ]