| [package] |
| name = "write16" |
| version = "1.0.0" |
| edition = "2021" |
| description = "A UTF-16 analog of the Write trait" |
| license = "Apache-2.0 OR MIT" |
| readme = "README.md" |
| documentation = "https://docs.rs/write16/" |
| homepage = "https://docs.rs/write16/" |
| repository = "https://github.com/hsivonen/write16" |
| keywords = [ "unicode", "utf-16"] |
| categories = ["text-processing", "internationalization"] |
| |
| [dependencies] |
| arrayvec = { version = "0.7.2", optional = true } |
| smallvec = { version = "1.9.0", optional = true } |
| |
| [features] |
| alloc = [] |