# 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 = "base58m" version = "1.0.2" authors = [ "Monero Rust Contributors", "h4sh3d ", ] include = [ "src/*", "README.md", "CHANGELOG.md", "LICENSE", ] description = "base64-like binary with support for encoding/decoding Monero base58 strings." homepage = "https://github.com/monero-rs/base58m" readme = "README.md" keywords = [ "binary", "monero", "base58", "base58-check", ] license = "MIT" repository = "https://github.com/monero-rs/base58m" [dependencies.async-stream] version = "0.3.5" [dependencies.base58-monero] version = "2" features = [ "check", "stream", ] [dependencies.clap] version = "3.2.6" features = ["cargo"] [dependencies.futures-util] version = "0.3.27" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "fs", "rt", "rt-multi-thread", "macros", "io-std", "io-util", ]