# 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 = "hlk_ld6002" version = "0.1.0" description = "A library for interfacing with the HLK-LD6002 respiratory and heartbeat radar module" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/icewind1991/hlk_ld6002" [dependencies.bytemuck] version = "1.14.3" features = ["derive"] [dependencies.embedded-io] version = "0.6.1" [dependencies.embedded-io-async] version = "0.6.1" [dependencies.num_enum] version = "0.7.2" default-features = false [dev-dependencies.embedded-io-adapters] version = "0.6.1" features = [ "std", "tokio-1", ] [dev-dependencies.serialport] version = "4.3.0" [dev-dependencies.termion] version = "3.0.0" [dev-dependencies.tokio] version = "1.36.0" features = ["full"] [dev-dependencies.tokio-serial] version = "5.4.4"