# 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 = "bme68x-rust" version = "0.1.3" description = "Library for interacting with Bosch BME68x chips over I2C and SPI" readme = "README.md" keywords = [ "sensor", "no_std", "air", "embedded", ] categories = ["embedded"] license = "BSD-3-Clause" repository = "https://github.com/benbrittain/bme68x-rust" resolver = "2" [dependencies] [dev-dependencies.clap] version = "3" features = ["derive"]