[dependencies.wchar-impl]
version = "0.11.0"
[dev-dependencies.anyhow]
version = "1.0"
[dev-dependencies.libc]
version = "0.2.94"
[dev-dependencies.rustversion]
version = "1.0"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0"
[features]
default = []
unstable = ["wchar-impl/unstable"]
[lib]
name = "wchar"
path = "src/lib.rs"
[package]
authors = ["Juici <juicy66173@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["text-processing"]
description = "Procedural macros for compile time UTF-16 and UTF-32 wide strings."
documentation = "https://docs.rs/wchar"
edition = "2018"
keywords = ["wide", "string", "wchar", "utf16"]
license = "MIT OR Apache-2.0"
name = "wchar"
readme = "README.md"
repository = "https://github.com/Juici/wchar-rs"
version = "0.11.1"
[[test]]
name = "compare"
path = "tests/compare.rs"
[[test]]
name = "compile_tests"
path = "tests/compile_tests.rs"
[[test]]
name = "include_wch"
path = "tests/include_wch.rs"
[[test]]
name = "include_wchz"
path = "tests/include_wchz.rs"
[[test]]
name = "wch"
path = "tests/wch.rs"
[[test]]
name = "wch_char"
path = "tests/wch_char.rs"
[[test]]
name = "wchar_t"
path = "tests/wchar_t.rs"
[[test]]
name = "wchz"
path = "tests/wchz.rs"