# 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" rust-version = "1.65" name = "coins-core" version = "0.12.0" authors = [ "Summa ", "James Prestwich ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core library for coins-bip32 and coins-bip39" homepage = "https://github.com/summa-tx/coins" readme = "README.md" keywords = [ "bitcoin", "cryptocurrency", "blockchain", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/summa-tx/coins" [lib] name = "coins_core" path = "src/lib.rs" [dependencies.base64] version = "0.21" [dependencies.bech32] version = "0.9" [dependencies.bs58] version = "0.5.1" features = ["check"] [dependencies.digest] version = "0.10.7" [dependencies.generic-array] version = "0.14.7" [dependencies.hex] version = "1.12.0" package = "const-hex" [dependencies.ripemd] version = "0.1.3" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.sha2] version = "0.10.8" [dependencies.sha3] version = "0.10.8" [dependencies.thiserror] version = "1.0.61"