# 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 = "base256u-cli" version = "1.1.1" authors = ["Taylor C. Richberger "] description = "base256u encode and decode data to stdout" readme = "README.md" keywords = [ "base256", "encoding", "binary", "unicode", ] categories = ["encoding"] license = "MPL-2.0" repository = "https://codeberg.org/Taywee/base256u" [[bin]] name = "base256u" path = "src/main.rs" [dependencies.base256u] version = "1.1.0" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.utf-8] version = "0.7.6"