# 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-eth" version = "0.1.0" authors = ["DFINITY Foundation"] include = [ "src", "Cargo.toml", "LICENSE", "README.md", ] description = "Interact with the Ethereum blockchain from the Internet Computer." documentation = "https://docs.rs/motoko_proc_macro" readme = "README.md" keywords = [ "icp", "ethereum", "evm", "ethers", "web3", ] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/dfinity/motoko.rs" [lib] name = "ic_eth" [dependencies.ethers-core] version = "2.0" [dependencies.getrandom] version = "0.2" features = ["custom"] [dependencies.hex] version = "0.4" [dependencies.ic-cdk] version = "0.10" [dependencies.ic-cdk-macros] version = "0.7" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.url] version = "2.3"