led/sub_crates/text_encoding/Cargo.toml
Nathan Vegdahl 3d8eaefa6b Added a lot of single-byte text encodings to text_encoding sub-crate.
They are largely auto-generated from text-based tables from the
WHATWG encoding standard.  Most of them are still not available
in the code itself, but they are generating correctly, and exposing
them is just a matter of boiler plate.
2018-08-23 02:29:58 -07:00

13 lines
221 B
TOML

[package]
name = "text_encoding"
version = "0.1.0"
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
license = "MIT"
build = "build.rs"
[lib]
name = "text_encoding"
path = "src/lib.rs"
[dev-dependencies]
proptest = "0.8"