# 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 = "koibumi-base58" version = "0.0.2" authors = ["Kashiko Koibumi "] description = "A Base58 encoder/decoder library" homepage = "http://2xzrgzkwdqvcfw2ckas4n6iu4gcyk3mvfh6eq5zt5il3ohz2qbtvssyd.onion/" documentation = "https://docs.rs/koibumi-base58" readme = "README.md" keywords = [ "base58", "string", "encoding", "binary", "decoding", ] categories = ["encoding"] license = "GPL-3.0-or-later" repository = "http://q24klvdbi3uv5hbsp6shuer7vylcbf74vjdwe5ayik7j45je3y7xvyqd.onion/kashiko/koibumi-rust" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-bigint] version = "0.4.5" [dependencies.num-integer] version = "0.1.46" default-features = false [dependencies.num-traits] version = "0.2.19" default-features = false