# 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 = "wiringpi" version = "0.2.4" authors = ["Erik Hedvall "] build = "build.rs" exclude = ["cross*", "scripts/*", "wiringPi/**/*.o", "wiringPi/examples/**", "wiringPi/pins/**", "WiringOP/**/*.o", "WiringOP/examples/**", "WiringOP/pins/**", "examples/*", ".travis.yml"] description = "An API wrapper for WiringPi, implementing the most important functions and provides a bit of type system convenience. See README.md for Raspberry Pi build instructions." documentation = "https://docs.rs/wiringpi/0.2.4/wiringpi/" readme = "README.md" keywords = ["wiringpi", "wiring", "raspberry", "pi", "bindings"] license = "MIT" repository = "https://github.com/Ogeon/rust-wiringpi" [dependencies.libc] version = "0.2" [build-dependencies.cc] version = "1.0.4" [build-dependencies.glob] version = "0.2.11" [features] development = [] orangepi = [] strict = []