# 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 = "sn3193" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Driver for SN3193 3-Channel Fun LED Driver" readme = "README.md" keywords = [ "embedded", "i2c", "driver", "LED", "SN3193", ] categories = [ "no-std", "embedded", ] license = "MIT" repository = "https://github.com/michaelkamprath/sn3193" [lib] name = "sn3193" crate-type = ["lib"] path = "src/lib.rs" test = true doctest = false bench = false [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal] version = "1.0" [dependencies.ufmt] version = "0.2" optional = true [dev-dependencies.embedded-hal-mock] version = "0.11" [features] defmt = [ "dep:defmt", "embedded-hal/defmt-03", ] ufmt = ["dep:ufmt"]