# 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 = "infrared" version = "0.14.2" authors = ["Johan Kristell "] description = "Infrared remote control library" readme = "README.md" keywords = [ "infrared", "remote", "rc5", "rc6", "nec", ] categories = [ "no-std", "embedded", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jkristell/infrared" [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal] version = "0.2.4" features = ["unproven"] optional = true [dependencies.fugit] version = "0.3.5" optional = true [dependencies.log] version = "0.4" optional = true [dev-dependencies.dummy-pin] version = "0.1.1" [features] default = [ "nec", "rc5", "rc6", "sbp", "denon", "remotes", "embedded", ] denon = [] embedded = [ "embedded-hal", "fugit", ] nec = [] rc5 = [] rc6 = [] remotes = [] sbp = []