# 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 = "pm1006" version = "0.0.2" authors = ["Tomáš Vojtášek "] include = [ "src/**/*.rs", "Cargo.toml", ] description = "Platform-agnostic Rust driver for the pm1006 particulate matter sensor." homepage = "https://github.com/vojty/pm1006-rs" documentation = "https://github.com/vojty/pm1006-rs" readme = "README.md" keywords = [ "embedded", "pm1006", "particulate-matter", "air-quality", ] license = "MIT" repository = "https://github.com/vojty/pm1006-rs" [dependencies.embedded-io] version = "0.6.1" [dependencies.log] version = "0.4" optional = true [features] default = ["log"]