[package]
edition = "2018"
name = "wchar"
version = "0.5.0"
authors = ["Juici <juicy66173@gmail.com>"]
description = "Procedural macros for compile time UTF-16 strings"
homepage = "https://github.com/Juici/wchar-rs"
documentation = "https://docs.rs/wchar"
readme = "README.md"
keywords = ["wide", "string", "wchar", "utf16"]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/Juici/wchar-rs"
[dependencies.proc-macro-hack]
version = "0.5"
[dependencies.wchar-impl]
version = "0.5.0"
[dev-dependencies.trybuild]
version = "1.0"
[badges.maintenance]
status = "passively-maintained"
[badges.travis-ci]
repository = "Juici/wchar-rs"