# 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] edition = "2018" name = "videocore-gencmd" version = "0.1.0" authors = ["TheEdward162 "] exclude = ["raspberrypi-userland/*"] description = "Actual FFI bindings to Videocore gencmd funcionality" readme = "README.md" keywords = ["raspberrypi", "raspberry", "videocore", "bindings", "vcgencmd"] license = "MIT/Apache-2.0" repository = "https://github.com/TheEdward162/vcgencmd-rs" [[bin]] name = "vcgencmd" required-features = ["cli_app"] [dependencies.anyhow] version = "1" optional = true [dependencies.clap] version = "2" optional = true [dependencies.edwardium_logger] version = "1.2.0" features = ["colored_stderr_output"] optional = true default-features = false [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.8" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.edwardium_logger] version = "1.2.0" features = ["colored_stderr_output"] default-features = false [build-dependencies.bindgen] version = "0.58" optional = true [features] cli_app = ["clap", "anyhow", "edwardium_logger"] default = ["global_singleton"] global_singleton = ["once_cell"] mock_vc_ffi = ["once_cell"] run_bindgen = ["bindgen"]