# 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" version = "1.1.0" authors = ["Jonathan Pallant "] description = "Interface with the Raspberry Pi Foundation's official Sense HAT sensor board." documentation = "https://docs.rs/crate/sensehat" readme = "README.md" keywords = ["sensehat", "raspberry", "pi", "sensors"] license-file = "LICENSE.md" repository = "https://github.com/thejpster/sensehat-rs" [package.metadata.docs.rs] all-features = false features = ["led-matrix"] no-default-features = true [dependencies.byteorder] version = "1.0" [dependencies.i2cdev] version = "0.4.0" [dependencies.libc] version = "0.2" optional = true [dependencies.measurements] version = "0.10.2" [dependencies.sensehat-screen] version = "0.2" optional = true [dependencies.tint] version = "1.0" optional = true [build-dependencies.gcc] version = "0.3" [features] default = ["rtimu", "led-matrix"] led-matrix = ["sensehat-screen", "tint"] rtimu = ["libc"]