# 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] edition = "2018" name = "home-easy" version = "0.2.1" authors = ["Nicolas Senaud "] description = "Simple Rust home-easy protocol implementation" readme = "README.md" keywords = ["home-automation", "rpi", "gpio"] categories = ["embedded", "hardware-support", "command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/NSenaud/home-easy-rs" [dependencies.clap] version = "2.26" [dependencies.libc] version = "0.2.77" [dependencies.log] version = "0.3.8" [dependencies.log4rs] version = "0.7.0" [dependencies.rppal] version = "0.11.3" [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "master" repository = "NSenaud/home-easy-rs"