vcontrol 0.5.0

A library for communication with Viessmann heating controllers.
Documentation
[[bin]]
name = "vcontrol"
path = "src/bin/vcontrol/main.rs"
required-features = ["cli"]

[build-dependencies.anyhow]
version = "1.0.98"

[build-dependencies.chrono]
version = "0.4"

[build-dependencies.phf_codegen]
version = "0.13"

[build-dependencies.phf_shared]
version = "0.13"

[build-dependencies.serde]
features = ["derive"]
version = "1"

[build-dependencies.serde_json]
version = "1.0"

[dependencies.arrayref]
version = "0.3.9"

[dependencies.chrono]
features = ["serde"]
version = "0.4.40"

[dependencies.clap]
optional = true
version = "4.5"

[dependencies.env_logger]
optional = true
version = "0.11.8"

[dependencies.log]
version = "0.4"

[dependencies.num_enum]
version = "0.7.3"

[dependencies.phf]
features = ["serde"]
version = "0.13"

[dependencies.phf_shared]
version = "0.13"

[dependencies.pin-project]
version = "1.1.10"

[dependencies.schemars]
optional = true
version = "0.8.22"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
optional = true
version = "1"

[dependencies.serialport]
default-features = false
version = "4.8.1"

[dependencies.tokio]
features = ["io-util", "macros", "net", "time"]
version = "1.44"

[dependencies.tokio-serial]
version = "5.4.5"

[dev-dependencies.serde_json]
version = "1"

[features]
cli = ["dep:clap", "clap?/cargo", "dep:serde_json", "dep:env_logger", "schemars", "tokio/rt-multi-thread", "tokio/fs", "tokio/io-std", "tokio/io-util"]
schemars = ["dep:schemars"]

[lib]
name = "vcontrol"
path = "src/lib.rs"

[package]
authors = ["Markus Reiter <me@reitermark.us>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["hardware-support"]
description = "A library for communication with Viessmann heating controllers."
documentation = "https://docs.rs/vcontrol"
edition = "2024"
exclude = []
homepage = "https://github.com/reitermarkus/vcontrol-rs"
include = ["build", "build.rs", "examples", "ReadMe.md", "src"]
keywords = ["heating", "control", "automation"]
license = "MIT OR Apache-2.0"
name = "vcontrol"
readme = "ReadMe.md"
repository = "https://github.com/reitermarkus/vcontrol-rs"
version = "0.5.0"