wchar 0.1.1

A procedural macro for compile time UTF-16 strings
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "wchar"
version = "0.1.1"
authors = ["Juici <juicy66173@gmail.com>"]
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]
description = "A procedural macro 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"

[lib]
proc-macro = true
[dependencies.proc-macro2]
version = "0.4"
features = ["nightly"]

[dependencies.syn]
version = "0.14"
features = ["derive", "parsing"]
default-features = false
[badges.appveyor]
repository = "Juici/wchar-rs"

[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "Juici/wchar-rs"