# 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.63.0" name = "satsnet-base58ck" version = "0.1.1" authors = ["Jacky Chen "] description = "Bitcoin base58 encoding with checksum." keywords = [ "satsnet", "bitcoin", "base58", "encode", "checksum", ] categories = [ "cryptography::cryptocurrencies", "encoding", ] license = "CC0-1.0" repository = "https://github.com/sat20-labs/rust-satsnet/" [dependencies.hashes] version = "0.14.0" features = ["alloc"] default-features = false package = "satsnet_hashes" [dependencies.internals] version = "0.3.0" features = ["alloc"] package = "satsnet-internals" [dev-dependencies.hex] version = "0.2.0" features = ["alloc"] default-features = false package = "hex-conservative" [features] default = ["std"] std = [ "hashes/std", "internals/std", ]