[build-dependencies.bindgen]
version = "0.72.0"
[lib]
name = "pcanbasic_sys"
path = "src/lib.rs"
[package]
authors = ["Andrei N. Onea <andrei@onea.ro>", "Alexandru N. Onea <alexandru@onea.ro>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["embedded", "hardware-support", "api-bindings"]
description = "Rust bindings for the PCAN-Basic library"
documentation = "https://docs.rs/pcanbasic-sys"
edition = "2021"
homepage = "https://git.onea.ro/cococeapa/pcanbasic"
keywords = ["pcan", "can", "pcanbasic", "ffi", "binding"]
license-file = "LICENSE"
name = "pcanbasic-sys"
readme = "README"
repository = "https://git.onea.ro/cococeapa/pcanbasic"
rust-version = "1.77"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]