a121-sys 0.4.0

Raw bindings to the A121 radar sensor C SDK
Documentation
[build-dependencies.bindgen]
version = "0.69"

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

[dependencies]

[features]
distance = []
presence = []
stub_library = []

[package]
authors = ["Ragarnoy <tiagolernould@gmail.com>"]
categories = ["embedded", "no-std"]
description = "Raw bindings to the A121 radar sensor C SDK"
documentation = "https://docs.rs/a121-sys"
edition = "2021"
keywords = ["embedded", "a121", "radar"]
license = "MIT"
name = "a121-sys"
readme = "README.md"
repository = "https://github.com/Ragarnoy/a121-sys"
rust-version = "1.77"
version = "0.4.0"

[profile.release]
codegen-units = 1
lto = true
opt-level = "s"