nt-string 0.1.2

Idiomatic Rust implementations for various Windows string types
Documentation
# 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"
rust-version = "1.58"
name = "nt-string"
version = "0.1.2"
authors = ["Colin Finck <colin@reactos.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Idiomatic Rust implementations for various Windows string types"
homepage = "https://github.com/ColinFinck/nt-string"
documentation = "https://docs.rs/nt-string"
readme = "README.md"
keywords = [
    "wide",
    "string",
    "nt",
    "utf-16",
    "windows",
]
categories = [
    "development-tools::ffi",
    "encoding",
    "no-std",
    "os::windows-apis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ColinFinck/nt-string"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
alloc = ["widestring/alloc"]
allocator_api = []
default = ["std"]
std = ["alloc"]

[lib]
name = "nt_string"
path = "src/lib.rs"

[dependencies.displaydoc]
version = "0.2.3"
default-features = false

[dependencies.widestring]
version = "1.0.2"
default-features = false