# 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 = "ember_mug" version = "0.4.0" exclude = [ ".github", "docs", "release.toml", ] description = "Control and retrieve data from an Ember Ceramic Mug using Bluetooth Low Energy (BLE)" readme = "README.md" keywords = [ "bluetooth", "ble", "temperature", "embedded", "ember", ] categories = ["hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/emilgardis/ember_mug" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustc-args = [ "--cfg", "nightly", ] rustdoc-args = [ "--cfg", "nightly", ] [profile.dev.package."*"] opt-level = 2 [profile.release] opt-level = 2 [[example]] name = "example" doc-scrape-examples = true [dependencies.binrw] version = "0.13.2" [dependencies.btleplug] version = "0.11.3" [dependencies.futures] version = "0.3.25" [dependencies.serde] version = "1.0.152" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.23.0" features = ["time"] default-features = false [dependencies.tracing] version = "0.1.37" [dependencies.uuid] version = "1.2.2" [dev-dependencies.color-eyre] version = "0.6.2" [dev-dependencies.tokio] version = "1.23.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"]