# 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.56.1" name = "base58ck" version = "0.1.0" authors = ["Andrew Poelstra "] exclude = [ "tests", "contrib", ] description = "Bitcoin base58 encoding with checksum." readme = "README.md" keywords = [ "bitcoin", "base58", "encode", "decode", "checksum", ] categories = [ "cryptography::cryptocurrencies", "encoding", ] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/rust-bitcoin/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.hashes] version = "0.14.0" features = ["alloc"] default-features = false package = "bitcoin_hashes" [dependencies.internals] version = "0.3.0" package = "bitcoin-internals" [dev-dependencies.hex] version = "0.2.0" features = ["alloc"] default-features = false package = "hex-conservative" [features] default = ["std"] std = [ "hashes/std", "internals/std", ]