# 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.74.0" name = "irp" version = "0.3.3" authors = ["Sean Young "] exclude = [ "/doc", "/tests", ] description = "Infrared IRP encoder and decoder" documentation = "https://docs.rs/irp/" readme = "README.md" keywords = [ "BPF", "IR", "infrared", "pronto", ] license = "MIT" repository = "https://github.com/seanyoung/cir" [dependencies.bitvec] version = "1.0" [dependencies.inkwell] version = "0.4" features = [ "target-bpf", "llvm17-0-force-dynamic", ] optional = true [dependencies.itertools] version = "0.12" [dependencies.log] version = "0.4" [dependencies.num] version = "0.4" [dependencies.num-rational] version = "0.4" [dependencies.peg] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.xml-rs] version = "0.8" [dev-dependencies.aya-obj] version = "0.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rbpf] version = "0.2" [features] bpf = ["inkwell"]