Source code

Revision control

Copy as Markdown

Other Tools

# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2021"
name = "write16"
version = "1.0.0"
description = "A UTF-16 analog of the Write trait"
documentation = "https://docs.rs/write16/"
readme = "README.md"
keywords = [
"unicode",
"utf-16",
]
categories = [
"text-processing",
"internationalization",
]
license = "Apache-2.0 OR MIT"
resolver = "2"
[dependencies.arrayvec]
version = "0.7.2"
optional = true
[dependencies.smallvec]
version = "1.9.0"
optional = true
[features]
alloc = []