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