# 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 = "u16cstr" version = "0.5.0" authors = ["OpenByte "] description = "A macro for creating c-style u16 wide strings at compile time." homepage = "https://github.com/OpenByteDev/u16cstr" documentation = "https://docs.rs/u16cstr" readme = "README.md" keywords = [ "widestring", "cstring", "c-style", "wide", "string", ] categories = [] license = "MIT" repository = "https://github.com/OpenByteDev/u16cstr" resolver = "2" [dependencies.widestring] version = "1.0" default-features = false [dev-dependencies.widestring] version = "1.0" features = ["alloc"]