dxcode 2.3.0

[dxcode] A distinctive, URL‑safe binary encoder with the signature `dx` prefix.
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 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 = "dxcode"
version = "2.3.0"
authors = ["Dogxi"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "[dxcode] A distinctive, URL‑safe binary encoder with the signature `dx` prefix."
homepage = "https://dxc.dogxi.me"
documentation = "https://docs.rs/dxcode"
readme = "README.md"
keywords = [
    "dxcode",
    "encoding",
    "decoding",
    "base64",
    "dogxi",
]
categories = [
    "encoding",
    "no-std",
]
license = "MIT"
repository = "https://github.com/dogxii/dxcode"

[features]
default = ["std"]
std = []

[lib]
name = "dxcode"
path = "src/lib.rs"

[[bin]]
name = "dxc"
path = "src/main.rs"

[dependencies.atty]
version = "0.2"

[dependencies.flate2]
version = "1.0"

[dev-dependencies]