lufa-rs 0.1.1

Rust bindings and utility macros for the LUFA library.
# 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 = "2024"
name = "lufa-rs"
version = "0.1.1"
build = "build.rs"
exclude = [
    "lufa/Demos/*",
    "lufa/BuildTests/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings and utility macros for the LUFA library."
readme = "README.md"
keywords = [
    "embedded",
    "usb",
    "lufa",
    "bindings",
]
license = "MIT"
repository = "https://github.com/supersurviveur/lufa-rs"

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

[dependencies.lufa-rs-macros]
version = "0.1.0"

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cc]
version = "1.2"

[build-dependencies.heck]
version = "0.5"

[build-dependencies.quote]
version = "1"

[build-dependencies.syn]
version = "2"

[build-dependencies.which]
version = "8"