# 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 = "base58-monero" version = "2.0.0" authors = [ "Monero Rust Contributors", "h4sh3d ", ] include = [ "src/*", "README.md", "LICENSE", ] description = "Library with support for encoding/decoding Monero base58 strings." homepage = "https://github.com/monero-rs/base58-monero" documentation = "https://docs.rs/base58-monero" readme = "README.md" keywords = [ "monero", "base58", "base58-check", ] license = "MIT" repository = "https://github.com/monero-rs/base58-monero" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-stream] version = "0.3" optional = true default-features = false [dependencies.futures-util] version = "0.3.1" optional = true default-features = false [dependencies.thiserror] version = "1" optional = true [dependencies.tiny-keccak] version = "2.0.1" features = ["keccak"] optional = true default-features = false [dependencies.tokio] version = "1" features = ["io-util"] optional = true default-features = false [dev-dependencies.hex] version = "0.4" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.1" [features] check = ["tiny-keccak"] default = ["std"] std = ["thiserror"] stream = [ "std", "tokio", "async-stream", "futures-util", ]