vcontrol 0.6.0

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

[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"

[[bin]]
name = "vcontrol"
path = "src/bin/vcontrol/main.rs"
required-features = ["cli"]

[dependencies.arrayref]
version = "0.3.9"

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

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

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

[dependencies.log]
version = "0.4"

[dependencies.num_enum]
version = "0.7.3"

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

[dependencies.phf_shared]
version = "0.13"

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

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

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

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

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

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

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

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

[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]
version = "1"
features = ["derive"]

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