ledcat 0.1.5

Control lots of LED's over lots of protocols
# 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 = "ledcat"
version = "0.1.5"
authors = ["polyfloyd <floyd@polyfloyd.net>"]
description = "Control lots of LED's over lots of protocols"
readme = "README.md"
keywords = ["leds", "led-strips", "artnet", "ws2812b"]
categories = ["command-line-utilities", "embedded", "hardware-support"]
license = "GPL-3.0"
repository = "https://github.com/polyfloyd/ledcat"
[dependencies.byteorder]
version = "1.2.3"

[dependencies.clap]
version = "2.31.2"

[dependencies.derive-error]
version = "0.0.4"

[dependencies.gpio]
version = "0.3.0"

[dependencies.net2]
version = "0.2.32"

[dependencies.nix]
version = "0.10.0"

[dependencies.regex]
version = "1.0.0"
[dev-dependencies.assert_cli]
version = "0.6.1"

[dev-dependencies.rand]
version = "0.5.0"

[dev-dependencies.tempdir]
version = "0.3.7"

[features]
ci = []
default = []
[badges.travis-ci]
branch = "master"
repository = "polyfloyd/ledcat"