# 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 = "data-encoding-bin" version = "0.3.4" authors = ["Julien Cretin "] include = [ "Cargo.toml", "LICENSE", "README.md", "src/main.rs", ] description = "Swiss Army knife for data-encoding" readme = "README.md" keywords = [ "base-conversion", "encoding", "base64", "base32", "hex", ] categories = [ "command-line-utilities", "encoding", ] license = "MIT" repository = "https://github.com/ia0/data-encoding" [[bin]] name = "data-encoding" path = "src/main.rs" [dependencies.data-encoding] version = "2.6.0" [dependencies.getopts] version = "0.2"