# 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.80" name = "a121-rs" version = "0.1.4" authors = ["Ragarnoy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust driver for the Acconeer A121 radar sensor" documentation = "https://docs.rs/a121-rs" readme = "README.md" keywords = [ "embedded", "a121", "radar", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/Ragarnoy/a121-rs" [profile.dev] lto = true codegen-units = 1 [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 2 [lib] name = "a121_rs" path = "src/lib.rs" [dependencies.a121-sys] version = "0.4" features = [ "distance", "presence", ] [dependencies.defmt] version = "0.3" optional = true [dependencies.embassy-sync] version = "0.6.0" features = ["defmt"] [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0" [dependencies.libm] version = "0.2.8" optional = true default-features = false [dependencies.num] version = "0.4" default-features = false [build-dependencies.bindgen] version = "0.70" [build-dependencies.cc] version = "1.0" [features] defmt = ["dep:defmt"] distance = ["a121-sys/distance"] libm = [ "dep:libm", "num/libm", ] nightly-logger = ["defmt"] presence = ["a121-sys/presence"] std = []