# 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 = "fs3000-rs" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A platform-agnostic, embedded-hal driver for FS3000 airflow sensors." readme = "README.md" keywords = [ "embedded", "async", "embedded-hal", ] license = "MIT" repository = "https://github.com/JanBerktold/fs3000-rs" [lib] name = "fs3000_rs" path = "src/lib.rs" [[test]] name = "ft232h" path = "tests/ft232h.rs" [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0" [dependencies.thiserror] version = "2" default-features = false [dev-dependencies.anyhow] version = "1" [dev-dependencies.embedded-hal-bus] version = "0.2" features = ["async"] [dev-dependencies.ftdi-embedded-hal] version = "0.22.0" features = ["libftd2xx"] [dev-dependencies.tokio-test] version = "0.4.4"