[package] name = "cupi" version = "0.1.0" license = "MIT" authors = ["inre "] description = "Cuprum Pi is a GPIO access library written on Rust for the Raspberry Pi board." homepage = "https://github.com/cuprumpi/cupi" repository = "https://github.com/cuprumpi/cupi" readme = "README.md" keywords = ["respberry", "pi", "gpio", "sys"] exclude = [ ".gitignore", ".travis.yml", "example.sh", "test/**/*", ] [dependencies] mmap = "*" libc = "*" nix = "*" bitflags = "0.3" spidev = "*" # mio = { git = "https://github.com/cuprumpi/mio.git" }