# 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 = "2021" rust-version = "1.82" name = "a121-sys" version = "0.5.0" authors = ["Ragarnoy "] build = "build/mod.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Raw bindings to the A121 radar sensor C SDK" documentation = "https://docs.rs/a121-sys" readme = "README.md" keywords = [ "embedded", "a121", "radar", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/Ragarnoy/a121-sys" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.release] opt-level = "s" lto = true codegen-units = 1 [lib] name = "a121_sys" path = "src/lib.rs" [dependencies] [build-dependencies.bindgen] version = "0.70" [build-dependencies.cc] version = "1.1" [features] distance = [] presence = [] std = [] stub_library = []