# 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 = "2018" name = "base91" version = "0.1.0" authors = ["dnsl48 "] description = "Encoding binary data as ASCII characters. Similar to base64, but more efficient." homepage = "https://github.com/dnsl48/base91.git" documentation = "https://docs.rs/base91/" readme = "README.md" keywords = ["base91", "decode", "encode", "no-std"] categories = ["encoding", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/dnsl48/base91.git" [package.metadata.docs.rs] all-features = true [[bench]] name = "base91" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" [features] canonical = [] default = ["std", "canonical", "xml-friendly"] std = [] xml-friendly = []