# 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 = "2018" name = "bsec" version = "0.5.0+1.4.9.2" authors = ["Jan Gosmann "] description = "Rust API to the Bosch BSEC library." readme = "README.md" keywords = [ "bindings", "bsec", ] categories = ["embedded"] license = "MIT OR Apache-2.0" repository = "https://github.com/jgosmann/bsec" [package.metadata.docs.rs] features = [ "docs-rs", "test-support", "use-bme680", ] [dependencies.bme680] version = "0.6.0" optional = true [dependencies.embedded-hal] version = "0.2.5" optional = true [dependencies.libalgobsec-sys] version = "0.3.0" [dependencies.nb] version = "1.0.0" [dev-dependencies.bme680] version = "0.6.0" [dev-dependencies.embedded-hal] version = "0.2.5" [dev-dependencies.serial_test] version = "1.0.0" [features] docs-rs = [] test-support = [] use-bme680 = [ "bme680", "embedded-hal", ]