[package] name = "a121-sys" description = "Raw bindings to the A121 radar sensor C SDK" authors = ["Ragarnoy "] keywords = ["embedded", "a121", "radar"] repository = "https://github.com/Ragarnoy/a121-sys" documentation = "https://docs.rs/a121-sys" categories = ["embedded", "no-std"] readme = "README.md" license = "MIT" edition = "2021" version = "0.4.0" rust-version = "1.77" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [build-dependencies] bindgen = { version = "0.69" } cc = "1.0" [features] stub_library = [] distance = [] presence = [] [profile.release] codegen-units = 1 lto = true opt-level = "s"