# 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 = "evm-coder" version = "0.4.3" description = "EVM call decoding/encoding proc macros" documentation = "https://docs.rs/evm-coder" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/UniqueNetwork/evm-coder" [dependencies.ethereum] version = "0.15.0" default-features = false [dependencies.evm-coder-procedural] version = "0.4.3" [dependencies.impl-trait-for-tuples] version = "0.2.2" [dependencies.primitive-types] version = "0.12.1" default-features = false [dependencies.sha3-const] version = "0.1.1" default-features = false [dev-dependencies.bondrewd] version = "0.1.14" features = ["derive"] default-features = false [dev-dependencies.derivative] version = "2.2" [dev-dependencies.evm-coder-procedural] version = "0.4.3" features = ["bondrewd"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.3.4" [dev-dependencies.similar-asserts] version = "1.4" [dev-dependencies.trybuild] version = "1.0" [features] bondrewd = ["evm-coder-procedural/bondrewd"] default = ["std"] std = [ "ethereum/std", "primitive-types/std", ] stubgen = []