# 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 = "webb" version = "0.8.5" authors = ["Webb Developers"] build = "build.rs" include = [ "Cargo.toml", "contracts/", "metadata/", "src/**/*.rs", "build.rs", ] description = "Webb SDK" homepage = "https://www.webb.tools" documentation = "https://docs.rs/webb" readme = "README.md" keywords = [ "webb", "sdk", "blockchain", "webb-tools", ] license = "Apache-2.0" repository = "https://github.com/webb-tools/webb-rs" [dependencies.async-trait] version = "0.1" [dependencies.ethers] version = "=2.0.13" features = [ "legacy", "abigen", "ethers-solc", "etherscan", "legacy", "abigen", "ethers-solc", "etherscan", ] optional = true default-features = false [dependencies.hex] version = "0.4" default-features = false [dependencies.openssl] version = "0.10" features = ["vendored"] optional = true [dependencies.rand] version = "0.8" features = ["getrandom"] default-features = false [dependencies.serde] version = "1.0.152" features = ["derive"] default-features = false [dependencies.serde_json] version = "^1.0.111" optional = true [dependencies.thiserror] version = "1.0.38" [dev-dependencies.anyhow] version = "^1" [dev-dependencies.tokio] version = "^1" features = [ "macros", "rt", ] [build-dependencies.ethers] version = "=2.0.13" features = [ "legacy", "abigen", "ethers-solc", "etherscan", "legacy", "abigen", "ethers-solc", "etherscan", ] optional = true default-features = false [build-dependencies.prettyplease] version = "0.2" [build-dependencies.serde_json] version = "^1.0.111" [build-dependencies.syn] version = "2" features = [ "full", "parsing", ] optional = true [build-dependencies.tempfile] version = "3.3" [features] default = ["evm-runtime"] evm-runtime = [ "ethers", "serde_json", ] generate-contracts = [ "evm-runtime", "syn", ] integration-tests = []