relay8x 0.1.1

control a specific 8x relaise card via serial / USB
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "relay8x"
version = "0.1.1"
authors = ["Korbinian Maier <korbinian.maier@tum.de>", "Bernhard Schuster <bernhard@ahoi.io>"]
description = "control a specific 8x relaise card via serial / USB"
homepage = "https://ahoi.io/project/relay8x"
readme = "README.md"
keywords = ["relaise", "relay", "hardware", "switch"]
categories = ["command-line-utilities", "development-tools::testing", "embedded", "parser-implementations"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/nello-io/relay8x"

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

[[bin]]
name = "relay8x"
path = "src/bin/main.rs"
[dependencies.bytes]
version = "0.4"

[dependencies.docopt]
version = "1.0"

[dependencies.env_logger]
version = "0.5"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serial]
version = "0.4"
[badges.maintenance]
status = "passively-maintained"