# 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_ws281x-c" version = "0.1.5" include = [ "**/*.rs", "**/*.c", "Cargo.toml", "README.md", "LICENSE", ] description = "Wrapper for rpi_ws281x C library" readme = "README.md" keywords = [ "ws281x", "rpi", "pi", "raspberry", ] categories = [ "embedded", "hardware-support", ] license = "BSD-2-Clause" repository = "https://github.com/DoumanAsh/rpi_ws281x-c" resolver = "2" [dependencies.libc] version = "0.2" default-features = false [dependencies.rpi_ws281x-sys] version = "0.1.3"