# 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 = "2018" name = "rs_ws281x" version = "0.5.1" authors = ["Joseph Murphy "] description = "Wrapper for ws281x library using bindgen to track upstream" readme = "README.md" license = "MIT" repository = "https://github.com/rpi-ws281x/rpi-ws281x-rust" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 2 debug-assertions = false rpath = false panic = "unwind" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [build-dependencies.bindgen] version = "0.69" default-features = false [build-dependencies.cc] version = "1.0"