# 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" rust-version = "1.60.0" name = "kc11b04" version = "0.3.0" authors = ["Robin van Boven"] include = [ "/**/*.rs", "/docs", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-MIT", "/LICENSE-APACHE", ] description = "Driver for the KC11B04 4-button analog keypad" readme = "README.md" keywords = [ "embedded-hal-driver", "analog", "adc", "keypad", "driver", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Beanow/kc11b04-rs" [package.metadata.docs.rs] features = ["doc-images"] [dependencies.defmt] version = "0.3" optional = true [dependencies.embed-doc-image] version = "0.1" optional = true [dependencies.embedded-hal] version = "0.2.7" features = ["unproven"] [dependencies.nb] version = "1.1" [dependencies.ufmt] version = "0.2" optional = true [dev-dependencies.embedded-hal-mock] version = "0.9" [features] default = [] defmt-0-3 = ["dep:defmt"] doc-images = ["dep:embed-doc-image"] ufmt-0-2 = ["dep:ufmt"]