Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
53
third-party/vendor/widestring/Cargo.toml
vendored
Normal file
53
third-party/vendor/widestring/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
# 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 = "widestring"
|
||||
version = "1.0.2"
|
||||
exclude = [
|
||||
".git*",
|
||||
".editorconfig",
|
||||
]
|
||||
description = "A wide string Rust library for converting to and from wide strings, such as those often used in Windows API or other FFI libaries. Both `u16` and `u32` string types are provided, including support for UTF-16 and UTF-32, malformed encoding, C-style strings, etc."
|
||||
readme = "README.md"
|
||||
keywords = [
|
||||
"wide",
|
||||
"string",
|
||||
"win32",
|
||||
"utf-16",
|
||||
"utf-32",
|
||||
]
|
||||
categories = [
|
||||
"text-processing",
|
||||
"encoding",
|
||||
"development-tools::ffi",
|
||||
"no-std",
|
||||
]
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/starkat99/widestring-rs"
|
||||
resolver = "2"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
rustc-args = [
|
||||
"--cfg",
|
||||
"docsrs",
|
||||
]
|
||||
|
||||
[dev-dependencies.winapi]
|
||||
version = "0.3"
|
||||
features = ["winbase"]
|
||||
|
||||
[features]
|
||||
alloc = []
|
||||
default = ["std"]
|
||||
std = ["alloc"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue