pcanbasic-sys 0.1.0

Rust bindings for the PCAN-Basic library
[package]
name = "pcanbasic-sys"
documentation = "https://docs.rs/pcanbasic-sys"
description = "Rust bindings for the PCAN-Basic library"

version.workspace = true
edition.workspace = true
rust-version.workspace = true
repository.workspace = true
homepage.workspace = true
license-file.workspace = true
readme.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]

[build-dependencies]
bindgen = "0.72.0"