base-d 0.1.13

Universal multi-alphabet encoder: Encode binary data to 33+ alphabets including RFC standards, hieroglyphs, emoji, and more
Documentation
[[bin]]
name = "base-d"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.dirs]
version = "5.0"

[dependencies.num-bigint]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.toml]
version = "0.9"

[[example]]
name = "custom_alphabet"
path = "examples/custom_alphabet.rs"

[[example]]
name = "hello_world"
path = "examples/hello_world.rs"

[[example]]
name = "list_alphabets"
path = "examples/list_alphabets.rs"

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

[package]
authors = ["Cory Zibell <cory@zibell.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "encoding", "text-processing"]
description = "Universal multi-alphabet encoder: Encode binary data to 33+ alphabets including RFC standards, hieroglyphs, emoji, and more"
documentation = "https://docs.rs/base-d"
edition = "2021"
homepage = "https://github.com/coryzibell/base-d"
keywords = ["encoding", "base64", "cli", "unicode", "converter"]
license = "MIT OR Apache-2.0"
name = "base-d"
readme = "README.md"
repository = "https://github.com/coryzibell/base-d"
version = "0.1.13"