1[package]
2name = "ucs2"
3version = "0.3.2"
4authors = ["Gabriel Majeri <gabriel.majeri6@gmail.com>", "Fredrik Aleksander", "Isaac Woods"]
5description = "UCS-2 decoding and encoding functions"
6repository = "https://github.com/GabrielMajeri/ucs2-rs"
7readme = "README.md"
8keywords = ["ucs2", "no-std", "encoding"]
9categories = ["encoding", "no-std"]
10license = "MPL-2.0"
11edition = "2018"
12
13[dependencies]
14bit_field = "0.10"
15
16[badges]
17is-it-maintained-issue-resolution = { repository = "https://github.com/GabrielMajeri/ucs2-rs" }
18is-it-maintained-open-issues = { repository = "https://github.com/GabrielMajeri/ucs2-rs" }
19
20maintenance = { status = "passively-maintained" }
21