# 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 = "web3-signature" version = "0.4.0" authors = ["Muji "] description = "Type to represent ECDSA signatures" documentation = "https://docs.rs/web3-signature" keywords = [ "ethereum", "web3", "wallet", "sign", "ECDSA", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tmpfs/web3-core" [dependencies.ethereum-types] version = "0.13" [dependencies.hex] version = "0.4" [dependencies.k256] version = "0.13.1" features = ["ecdsa"] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [features] single-party = ["k256"]