# 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 = "homie5" version = "0.4.0" authors = ["schaze "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Low level implemenation of the homie v5 protocol" readme = "README.md" keywords = [ "homie", "iot", "mqtt", ] license = "MIT" repository = "https://github.com/schaze/homie5" [lib] name = "homie5" path = "src/lib.rs" [[example]] name = "controller_example" path = "examples/controller_example.rs" [[example]] name = "device_example" path = "examples/device_example.rs" [[example]] name = "device_mini_example" path = "examples/device_mini_example.rs" [[test]] name = "datatypes" path = "tests/datatypes.rs" [[test]] name = "formats" path = "tests/formats.rs" [[test]] name = "homie5_message" path = "tests/homie5_message.rs" [[test]] name = "homie_id" path = "tests/homie_id.rs" [[test]] name = "homie_value" path = "tests/homie_value.rs" [[test]] name = "identifiers" path = "tests/identifiers.rs" [[test]] name = "number_ranges" path = "tests/number_ranges.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.11" default-features = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.bytes] version = "1.5.0" [dev-dependencies.ctrlc] version = "3.1" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.futures] version = "0.3.28" [dev-dependencies.log] version = "0.4" [dev-dependencies.rumqttc] version = "0.24.0" [dev-dependencies.serde_yaml] version = "0.9" [dev-dependencies.tokio] version = "1.0" features = ["full"]