windows-strings 0.2.0

Rust for Windows
Documentation
[dependencies.windows-targets]
version = "0.52.6"

[features]
default = ["std"]
std = []

[lib]
name = "windows_strings"
path = "src/lib.rs"

[lints.rust]
missing_docs = "warn"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(windows_raw_dylib, windows_debugger_visualizer, windows_slim_errors)"]
level = "warn"
priority = 0

[package]
authors = ["Microsoft"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["os::windows-apis"]
description = "Rust for Windows"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "windows-strings"
readme = "readme.md"
repository = "https://github.com/microsoft/windows-rs"
rust-version = "1.60"
version = "0.2.0"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = []