# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "mecha-gpio-utils" version = "0.3.0" authors = [ "DhruveshB ", "Shoaib Merchant ", ] description = """ Command-line utilities for interacting with GPIOs under Linux This wraps the `sysfs_gpio` crate in a form usable by both Rust applications or any other applications. """ homepage = "https://mecha.so" readme = "README.md" keywords = [ "gpio", "linux", "sysfs_gpio", "cli", "command-line", ] license = "MIT/Apache-2.0" repository = "https://github.com/mecha-org/mechanix-apps" [[bin]] name = "gpio" path = "src/main.rs" [dependencies.clap] version = "2.2" [dependencies.env_logger] version = "0.5" [dependencies.error-chain] version = "0.12" [dependencies.glob] version = "0.2" [dependencies.lazy_static] version = "1.1" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.11" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.sysfs_gpio] version = "0.5.2" [dependencies.toml] version = "0.4" [dependencies.users] version = "0.8"