# 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 = "xiaomi-sensor-exporter" version = "1.1.1" authors = ["Jérémie Drouet "] description = "Server that listenes for xiaomi temperature sensors" license = "MIT" [package.metadata.deb] assets = [ [ "target/release/xiaomi-sensor-exporter", "/usr/bin/xiaomi-sensor-exporter", "755", ], [ "readme.md", "/usr/share/doc/xiaomi-sensor-exporter/README.md", "644", ], [ "script/systemd/default", "/etc/default/xiaomi-sensor-exporter", "600", ], [ "script/systemd/service", "/lib/systemd/system/xiaomi-sensor-exporter.service", "644", ], ] copyright = "2024, Jérémie Drouet " depends = "$auto" extended-description = "An application that will listens for Xiaomi sensor." license-file = [ "LICENSE.txt", "4", ] maintainer = "Jérémie Drouet " maintainer-scripts = "script/debian/" priority = "optional" section = "utility" [dependencies.bluer] version = "0.17.0" features = ["bluetoothd"] [dependencies.futures] version = "0.3.30" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "sync", "time", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]