1[package]
2name = "write16"
3version = "1.0.0"
4edition = "2021"
5description = "A UTF-16 analog of the Write trait"
6license = "Apache-2.0 OR MIT"
7readme = "README.md"
8documentation = "https://docs.rs/write16/"
9homepage = "https://docs.rs/write16/"
10repository = "https://github.com/hsivonen/write16"
11keywords = [ "unicode", "utf-16"]
12categories = ["text-processing", "internationalization"]
13
14[dependencies]
15arrayvec = { version = "0.7.2", optional = true }
16smallvec = { version = "1.9.0", optional = true }
17
18[features]
19alloc = []
20