1[package] 2name = "ucs2" 3version = "0.3.3" 4authors = ["Gabriel Majeri <[email protected]>", "Fredrik Aleksander", "Isaac Woods"] 5description = "UCS-2 decoding and encoding functions" 6repository = "https://github.com/rust-osdev/ucs2-rs" 7keywords = ["ucs2", "no-std", "encoding"] 8categories = ["encoding", "no-std"] 9license = "MPL-2.0" 10edition = "2021" 11rust-version = "1.56" 12 13[dependencies] 14bit_field = "0.10" 15 16[badges] 17maintenance = { status = "passively-maintained" } 18