[dependencies]
[lib]
name = "hachi64"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "no-std"]
description = "哈吉米64 编解码器 - 使用64个中文字符进行 Base64 风格的编码和解码"
documentation = "https://docs.rs/hachi64"
edition = "2021"
homepage = "https://github.com/fengb3/Hachi64"
keywords = ["base64", "encoding", "chinese", "codec", "hachi"]
license = "MIT"
name = "hachi64"
readme = "README.md"
repository = "https://github.com/fengb3/Hachi64"
version = "0.1.6"