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