# 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.76.0" name = "ascii-armor" version = "0.9.0" authors = ["Dr. Maxim Orlovsky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ASCII Armor: binary to text encoding library and command-line utility" homepage = "https://github.com/UBIDECO/ascii-armor" readme = "README.md" keywords = [ "ascii", "encoding", ] categories = [ "encoding", "value-formatting", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/UBIDECO/ascii-armor" [lib] name = "armor" path = "src/lib.rs" [[bin]] name = "armor" path = "src/main.rs" [dependencies.amplify] version = "4.8.0" [dependencies.baid64] version = "0.4.0" optional = true [dependencies.base85] version = "2.0.0" optional = true [dependencies.sha2] version = "0.10.8" [dependencies.strict_encoding] version = "2.8.1" optional = true [features] base64 = ["strict"] base85 = ["dep:base85"] default = [ "strict", "base85", ] strict = [ "strict_encoding", "baid64", ]