vcontrol 0.3.4

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

[[bin]]
name = "vclient"
path = "src/bin/vclient.rs"
required-features = ["cli"]
[build-dependencies.chrono]
version = "0.4"

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

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

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

[build-dependencies.serde_derive]
version = "1"

[build-dependencies.serde_yaml]
version = "0.8"

[build-dependencies.yaml-merge-keys]
features = ["serde_yaml"]
version = "0.4.0"
[dependencies.chrono]
version = "0.4"

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

[dependencies.log]
version = "0.4"

[dependencies.phf]
version = "0.8"

[dependencies.phf_shared]
version = "0.8"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

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

[dependencies.serial]
version = "0.4"

[dependencies.serial-core]
version = "0.4"

[features]
cli = ["clap", "serde_json"]

[lib]
name = "vcontrol"

[package]
authors = ["Markus Reiter <me@reitermark.us>"]
categories = ["hardware-support"]
description = "A library for communication with Viessmann heating controllers."
documentation = "https://docs.rs/vcontrol"
edition = "2018"
exclude = ["/.travis.yml"]
homepage = "https://github.com/reitermarkus/vcontrol-rs"
keywords = ["heating", "control", "automation"]
license = "MIT OR Apache-2.0"
name = "vcontrol"
readme = "ReadMe.md"
repository = "https://github.com/reitermarkus/vcontrol-rs"
version = "0.3.4"
[target."cfg(unix)".dependencies.libc]
version = "0.2"