# 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 = "ic-evm-utils" version = "3.2.0" authors = ["Moritz Fuller moritz.fuller@dfinity.org"] description = "Utils for interacting with Ethereum from ICP canisters." homepage = "https://github.com/letmejustputthishere/chain-fusion-starter" readme = "README.md" keywords = [ "evm-rpc-canister", "ethereum", "dfinity", "icp", "internet-computer", ] license = "Apache-2.0" repository = "https://github.com/letmejustputthishere/chain-fusion-starter" [dependencies.candid] version = "0.10" [dependencies.ethers-core] version = "2.0.14" [dependencies.evm-rpc-canister-types] version = "3.0.0" [dependencies.ic-cdk] version = "0.14" [dependencies.num-traits] version = "0.2.19" [dependencies.serde] version = "1.0.197" [dependencies.serde_bytes] version = "0.11.14" [dependencies.serde_json] version = "1.0.116"