ledcat 0.0.1

Ledcat is simple utility that aims to provide a standard interface for driving LED-strips and such
# 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.0.1"
authors = ["polyfloyd <floyd@polyfloyd.net>"]
description = "Ledcat is simple utility that aims to provide a standard interface for driving LED-strips and such"
license = "GPL-3.0"
[dependencies.nix]
version = "~0.9.0"

[dependencies.byteorder]
version = "~1.1.0"

[dependencies.libc]
version = "^0.2.29"

[dependencies.clap]
version = "~2.26.0"

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

[dependencies.regex]
version = "~0.2.2"
[dev-dependencies.tempdir]
version = "~0.3"