[lib]
name = "textcode"
path = "src/lib.rs"
[package]
authors = ["Cesbo Developers Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "text-processing", "internationalization"]
description = "Text encoding/decoding library. Supports: UTF-8, ISO6937, ISO8859, GB2312"
documentation = "https://docs.rs/textcode"
edition = "2024"
keywords = ["encoding", "unicode", "charset"]
license = "MIT"
name = "textcode"
readme = "README.md"
repository = "https://github.com/cesbo/textcode"
version = "0.3.0"
[[test]]
name = "dvb"
path = "tests/dvb.rs"
[[test]]
name = "gb2312"
path = "tests/gb2312.rs"
[[test]]
name = "iso6937"
path = "tests/iso6937.rs"
[[test]]
name = "iso8859"
path = "tests/iso8859.rs"
[[test]]
name = "utf16"
path = "tests/utf16.rs"
[[test]]
name = "utf8"
path = "tests/utf8.rs"