# 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 = "crypto-addr" version = "0.2.3" authors = ["pezcore"] description = "Library for cryptocurrency address and WIF encoding" readme = "README.md" keywords = [ "cryptocurrency", "address", "WIF", "bitcoin", "encode", ] categories = ["cryptography::cryptocurrencies"] license = "MIT" repository = "https://gitlab.com/pezcore/crypto-addr.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.base58] version = "0.2.0" [dependencies.bitcoin_hashes] version = "0.11.0" [dependencies.bs58] version = "0.4.0" [dependencies.cashaddr] version = "0.1.2" [dependencies.eip55] version = "0.3.0" optional = true [dependencies.hex] version = "0.4.3" [dependencies.k256] version = "0.13.0" optional = true [dependencies.secp256k1] version = "0.26.0" optional = true [dependencies.sha3] version = "0.10.6" optional = true [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.3.4" [features] eth = [ "eip55", "k256", "sha3", ]