base91 0.0.1

Encoding binary data as ASCII characters. Similar to base64, but more efficient.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "base91"
version = "0.0.1"
authors = ["dnsl48 <dnsl48@gmail.com>"]
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"]
categories = ["encoding"]
license = "MIT/Apache-2.0"
repository = "https://github.com/dnsl48/base91.git"
[package.metadata.docs.rs]
all-features = true

[dependencies]