# 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-sys" version = "0.2.1" authors = ["Tyler Holmes "] build = "build.rs" links = "rgbmatrixsys" include = ["src/*", "CHANGELOG.md", "README.md", "LICENSE.md", "build.rs", "Cargo.toml", "cpp-library/lib/*", "cpp-library/Makefile", "cpp-library/fonts/*", "cpp-library/include/*"] description = "system library for the rpi-rgb-led-matrix C++ library" homepage = "https://docs.rs/rpi-led-matrix-sys/" readme = "README.md" keywords = ["rpi", "raspberry-pi", "led-matrix"] categories = ["embedded", "external-ffi-bindings"] license = "GPL-3.0" repository = "https://github.com/rust-rpi-led-matrix/rust-rpi-rgb-led-matrix" [package.metadata.docs.rs] features = ["c-stubs"] [dependencies.libc] version = "0.2" [build-dependencies.copy_dir] version = "0.1" [features] c-stubs = [] default = [] stdcpp-static-link = []