41 lines
1 KiB
TOML
41 lines
1 KiB
TOML
# 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"
|
|
homepage = "https://docs.rs/write16/"
|
|
documentation = "https://docs.rs/write16/"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"unicode",
|
|
"utf-16",
|
|
]
|
|
categories = [
|
|
"text-processing",
|
|
"internationalization",
|
|
]
|
|
license = "Apache-2.0 OR MIT"
|
|
repository = "https://github.com/hsivonen/write16"
|
|
resolver = "2"
|
|
|
|
[dependencies.arrayvec]
|
|
version = "0.7.2"
|
|
optional = true
|
|
|
|
[dependencies.smallvec]
|
|
version = "1.9.0"
|
|
optional = true
|
|
|
|
[features]
|
|
alloc = []
|