# 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 = "ws281x-rpi" version = "0.0.1" authors = ["Nathan Samson "] description = "Wrapper for ws281x library using bindgen to track upstream implementing the smart-leds trait" license = "MIT" repository = "https://github.com/nathansamson/ws281x-rpi" [dependencies.smart-leds-trait] version = "0.2" [build-dependencies.bindgen] version = "0.59" default-features = false [build-dependencies.cc] version = "1.0"