[dependencies.iceyee_error]
version = "11"
[lib]
name = "iceyee_encoder"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Base64Encoder, HexEncoder, UrlEncoder."
edition = "2021"
keywords = ["iceyee", "base64", "hex", "url"]
license = "Apache-2.0"
name = "iceyee_encoder"
readme = false
repository = "https://github.com/iceyee/rust_iceyee/tree/main/iceyee_encoder/"
version = "11.0.1"
[[test]]
name = "test_base64"
path = "tests/test_base64.rs"
[[test]]
name = "test_hex"
path = "tests/test_hex.rs"
[[test]]
name = "test_url"
path = "tests/test_url.rs"