# 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 = "bs58" version = "0.5.1" description = "Another Base58 codec implementation." readme = "README.md" keywords = ["base58"] license = "MIT/Apache-2.0" repository = "https://github.com/Nullus157/bs58-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "encode" path = "benches/encode.rs" harness = false [[bench]] name = "decode" path = "benches/decode.rs" harness = false [dependencies.sha2] version = "0.10" optional = true default-features = false [dependencies.smallvec] version = "1" optional = true [dependencies.tinyvec] version = "1.6.0" features = ["grab_spare_slice"] optional = true default-features = false [dev-dependencies.assert_matches] version = "1.3.0" [dev-dependencies.base58] version = "0.1.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rust-base58] version = "0.0.4" [dev-dependencies.tinyvec] version = "1.6.0" features = ["rustc_1_55"] [features] alloc = ["tinyvec?/alloc"] cb58 = ["sha2"] check = ["sha2"] default = ["std"] std = [ "alloc", "tinyvec?/std", ]