# 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 = "icp-eth" version = "0.2.3" authors = ["Ryan Vandersmith"] description = "ICP + Ethereum cross-chain utilities" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rvanasa/icp-eth-rust" [dependencies.candid] version = "0.10" [dependencies.canpack] version = "^0.1" optional = true [dependencies.ethers-core] version = "2.0" [dependencies.getrandom] version = "0.2" features = ["custom"] [dependencies.hex] version = "0.4" [dependencies.ic-cdk] version = "0.12" [dependencies.ic-cdk-macros] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.url] version = "2.3" [features] canpack = ["dep:canpack"] default = ["canpack"]