# 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 = "ethereum-serai" version = "0.1.0" authors = [ "Luke Parker ", "Elizabeth Binks ", ] description = "An Ethereum library supporting Schnorr signing and on-chain verification" readme = "README.md" license = "AGPL-3.0-only" repository = "https://github.com/serai-dex/serai/tree/develop/coins/ethereum" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.ethers] version = "2" features = [ "abigen", "ethers-solc", ] default-features = false [dependencies.eyre] version = "0.6" [dependencies.group] version = "0.13" [dependencies.k256] version = "^0.13.1" features = [ "std", "arithmetic", "bits", "ecdsa", ] default-features = false [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.sha3] version = "0.10" [dependencies.thiserror] version = "1" [dev-dependencies.tokio] version = "1" features = ["macros"] [build-dependencies.ethers-solc] version = "2"