[package]
edition = "2024"
name = "pd200x"
version = "0.2.0"
build = false
exclude = [
"CLAUDE.md",
"99-pd200x.rules",
"tests/hardware.rs",
"*.py",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust driver for the Maono PD200X USB microphone"
homepage = "https://github.com/advnpzn/pd200x"
documentation = "https://docs.rs/pd200x"
readme = "README.md"
keywords = [
"maono",
"pd200x",
"usb",
"hid",
"microphone",
]
categories = [
"hardware-support",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/advnpzn/pd200x"
[lib]
name = "pd200x"
path = "src/lib.rs"
[dependencies.hidapi]
version = "2"
[dependencies.thiserror]
version = "2"