[package] name = "enoceanesp" description = "EnOcean ESP interface crate" repository = "https://github.com/f0ckmyduck/enoceanesp" readme = "README.md" keywords = ["enocean", "esp2", "esp3"] categories = ["encoding", "hardware-support", "command-line-utilities"] version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" [lib] name = "esp" path = "src/lib.rs" [[bin]] name = "example" path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nix="0.24.1" libc = "0.2.129" env_logger="0.9.0" log="0.4.17" num-traits = "0.2" num-derive = "0.2"