[package] name = "bcm283x-linux-gpio" description = "Library and CLI application to work with BCM2835/7 GPIO from Linux" version = "0.2.0" authors = [ "Fusion Engineering ", "Maarten de Vries ", ] repository = "https://github.com/fusion-engineering/bcm283x-linux-gpio" keywords = ["gpio", "bcm2835", "bcm2837", "raspberry-pi", "RPi"] edition = "2018" license = "BSD-2-Clause" readme = "README.md" [dependencies] nix = "0.13" structopt = "0.2" yansi = "0.5"