[package] name = "fs1027-dg-hal" version = "0.2.0" edition = "2021" authors = ["Tendsin Mende "] repository = "https://gitlab.com/tendsinmende/fs1027-dg-hal" license = "MIT OR Apache-2.0" description = "FS1027-DG Gas Flow Sensor Module driver for no_std embedded-hal" readme = "README.md" keywords = ["sensor", "flow", "embedded-hal-driver", "embedded-hal"] categories = ["embedded", "hardware-support", "no-std"] homepage = "https://gitlab.com/tendsinmende/fs1027-dg-hal" documentation = "https://docs.rs/fs1027-dg-hal/latest/" include = [ "/src/lib.rs", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-MIT", "/LICENSE-APACHE", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] embedded-hal = "0.2.7"