# 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 = "2018" name = "ethsign" version = "0.9.0" authors = ["Parity Technologies "] description = "A library to read JSON keyfiles and sign Ethereum stuff." homepage = "https://github.com/tomusdrw/ethsign" documentation = "https://docs.rs/crate/ethsign" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/tomusdrw/ethsign" [dependencies.ethsign-crypto] version = "0.3" [dependencies.libsecp256k1] version = "0.7.0" optional = true package = "libsecp256k1" [dependencies.rand] version = "0.8.0" [dependencies.rustc-hex] version = "2.0.1" [dependencies.secp256k1] version = "0.27" features = ["recovery"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.zeroize] version = "1.0.0" [dev-dependencies.serde_json] version = "1.0" [features] default = ["secp256k1"] pure-rust = ["libsecp256k1"]