# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rpi-led-matrix" version = "0.4.0" authors = ["Vincent Pasquier ", "Tyler Holmes ", "Broderick Carlin "] description = "Bindings for Hzeller's RPi-RGB-Led-Matrix" homepage = "https://docs.rs/rpi-led-matrix/" readme = "README.md" keywords = ["rpi", "raspberry-pi", "led-matrix"] categories = ["embedded", "no-std"] license = "GPL-3.0" repository = "https://github.com/rust-rpi-led-matrix/rust-rpi-rgb-led-matrix" [package.metadata.docs.rs] all-features = true [[example]] name = "arguments" required-features = ["args"] [[example]] name = "c-api-basic" required-features = ["args"] [[example]] name = "embedded-graphics-basic" required-features = ["args", "embeddedgraphics"] [dependencies.clap] version = "3.0" features = ["cargo"] optional = true [dependencies.embedded-graphics-core] version = "0.3" optional = true [dependencies.libc] version = "0.2" [dependencies.rpi-led-matrix-sys] version = "0.2" [dev-dependencies.embedded-graphics] version = "0.7" [dev-dependencies.serial_test] version = "0.5" [features] args = ["clap"] c-stubs = ["rpi-led-matrix-sys/c-stubs"] default = ["embeddedgraphics"] embeddedgraphics = ["embedded-graphics-core"] stdcpp-static-link = ["rpi-led-matrix-sys/stdcpp-static-link"]