# 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_rpc_types" version = "1.2.0" authors = ["DFINITY Foundation"] build = false include = [ "src", "Cargo.toml", "CHANGELOG.md", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Candid types for interacting with the EVM RPC canister" documentation = "https://docs.rs/evm_rpc_types" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/internet-computer-protocol/evm-rpc-canister" [lib] name = "evm_rpc_types" path = "src/lib.rs" [dependencies.candid] version = "0.10.10" [dependencies.hex] version = "0.4.3" [dependencies.ic-cdk] version = "0.16.0" [dependencies.num-bigint] version = "0.4.6" [dependencies.serde] version = "1.0" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1.0.64" [dependencies.url] version = "2.5" [dev-dependencies.proptest] version = "1.5.0"