wdi 0.1.5

Rust library for interacting with the Windows Driver Installer subsystem.
# 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 = "wdi"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library for interacting with the Windows Driver Installer subsystem."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/blackmagic-debug/wdi-rs"

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

[features]
default = [
    "enable-x86",
    "enable-arm64",
]
dynamic-bindgen = ["libwdi-sys/dynamic-bindgen"]
enable-arm64 = ["libwdi-sys/enable-arm64"]
enable-x86 = ["libwdi-sys/enable-x86"]
libusb0 = ["libwdi-sys/libusb0"]
libusbk = ["libwdi-sys/libusbk"]

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

[dependencies.bstr]
version = "^1.10"

[dependencies.libwdi-sys]
version = "=0.1.5"
features = []