# 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.77" name = "a121-sys" version = "0.4.0" authors = ["Ragarnoy "] 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" [profile.release] opt-level = "s" lto = true codegen-units = 1 [dependencies] [build-dependencies.bindgen] version = "0.69" [build-dependencies.cc] version = "1.0" [features] distance = [] presence = [] stub_library = []