ledcat 0.1.2

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.2"
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.regex]
version = "~0.2.2"

[dependencies.byteorder]
version = "~1.1.0"

[dependencies.derive-error]
version = "^0.0.3"

[dependencies.clippy]
version = "0.0.*"
optional = true

[dependencies.libc]
version = "^0.2.29"

[dependencies.gpio]
version = "^0.3.0"

[dependencies.nix]
version = "~0.9.0"

[dependencies.clap]
version = "~2.26.0"
[dev-dependencies.tempdir]
version = "~0.3"

[dev-dependencies.assert_cli]
version = "~0.5"

[dev-dependencies.rand]
version = "~0.3"

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