infrared 0.4.0

Infrared remote control library
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "infrared"
version = "0.4.0"
authors = ["Johan Kristell <johan@jott.se>"]
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]

[features]
default = ["nec", "rc5", "rc6"]
nec = []
protocol-dev = []
rc5 = []
rc6 = []