# 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 = "sensehat-stick" version = "0.1.0" authors = ["Joaquin Rosales "] description = "A Rust library for the Raspberry Pi Sense HAT Joystick." homepage = "https://github.com/saibatizoku/sensehat-stick-rs" readme = "README.md" keywords = ["sensehat", "hardware", "joystick", "raspberry-pi", "evdev"] categories = ["hardware-support", "asynchronous"] license = "MIT" repository = "https://github.com/saibatizoku/sensehat-stick-rs" [dependencies.evdev] version = "0.10" optional = true [dependencies.failure] version = "0.1" [dependencies.glob] version = "0.2" [dependencies.mio] version = "0.6" optional = true [features] default = ["linux-evdev", "poll"] linux-evdev = ["evdev"] poll = ["mio"]