# 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" name = "person-sensor" version = "0.3.0" authors = ["Riley Williams "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An embedded-hal driver for the Useful Things Person Sensor" readme = "README.md" keywords = [ "no_std", "embedded", "async", ] license = "MIT OR Apache-2.0" repository = "https://github.com/riley-williams/person-sensor" resolver = "2" [lib] name = "person_sensor" path = "src/lib.rs" [[test]] name = "mock" path = "tests/mock.rs" [dependencies.crc16] version = "0.4.0" [dependencies.embedded-hal-async] version = "1.0.0" [dependencies.heapless] version = "0.8.0" [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.4"