[dependencies.cir]
optional = true
version = "=0.1.3"
[dependencies.irp]
version = "=0.3.3"
[dependencies.thiserror]
version = "2.0.11"
[dev-dependencies.figlet-rs]
version = "0.1.5"
[[example]]
name = "combo"
path = "examples/combo.rs"
[[example]]
name = "direct"
path = "examples/direct.rs"
[[example]]
name = "extended"
path = "examples/extended.rs"
[[example]]
name = "speed"
path = "examples/speed.rs"
[features]
cir = ["dep:cir"]
default = ["cir"]
[lib]
name = "brickbeam"
path = "src/lib.rs"
[package]
authors = ["Andrej Zachar <andrej@chocolatejar.eu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science::robotics", "os::linux-apis", "embedded"]
description = "Community driven IR Transmitter implementation of the LEGO® Power Functions (LPF) protocol powered by the modern Linux, written in Rust."
edition = "2021"
keywords = ["LEGO", "Power", "Functions", "infrared", "lpf"]
license = "MIT"
name = "brickbeam"
readme = "README.md"
repository = "https://github.com/azachar/brickbeam"
rust-version = "1.85"
version = "0.1.0"
[[test]]
name = "integrational_test"
path = "tests/integrational_test.rs"