# 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 = "is31fl3193" version = "0.1.1" authors = ["James Waples "] exclude = [ "build.rs", "build.sh", "memory.x", "doc", "*.jpg", "*.png", "*.bmp", ] description = "I2C driver for the IS31FL3193 RGB LED driver" documentation = "https://docs.rs/is31fl3193" readme = "README.md" keywords = [ "no-std", "is31fl3193", "RGB", "embedded", "embedded-hal-driver", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/papyDoctor/is31fl3193" [profile.dev] opt-level = 0 codegen-units = 1 debug = 2 debug-assertions = true overflow-checks = true incremental = false [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 2 debug-assertions = false overflow-checks = false incremental = false [dependencies.embedded-hal] version = "0.2.7" [dev-dependencies.cortex-m] version = "0.7.6" [dev-dependencies.cortex-m-rt] version = "0.7.1" [dev-dependencies.defmt] version = "0.3.2" [dev-dependencies.defmt-rtt] version = "0.4.0" [dev-dependencies.embedded-hal] version = "0.2.7" [dev-dependencies.fugit] version = "0.3.6" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.panic-probe] version = "0.3" features = ["print-defmt"] [dev-dependencies.rp-pico] version = "0.7.0" features = ["rt"] [dev-dependencies.rp2040-hal] version = "0.8.0" features = ["eh1_0_alpha"]