# 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 = "anychain-ethereum" version = "0.1.19" authors = [ "Shawndslee", "cregis.com", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for Ethereum-focused cryptocurrency wallets, enabling seamless transactions on the Ethereum blockchain" homepage = "https://www.cregis.com" readme = "README.md" keywords = [ "blockchain", "crypto", "ethereum", "wallet", ] categories = ["cryptography::cryptocurrencies"] license = "MIT/Apache-2.0" repository = "https://github.com/0xcregis/anychain" [lib] name = "anychain_ethereum" path = "src/lib.rs" [dependencies.anychain-core] version = "0.1.7" [dependencies.ethabi] version = "17.2.0" [dependencies.ethereum-types] version = "0.13.1" [dependencies.libsecp256k1] version = "0.7.1" [dependencies.regex] version = "1.3" [dependencies.rlp] version = "0.5.2" features = ["derive"] [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [features] default = ["std"] std = ["anychain-core/std"]