[package] name = "ham" description = "A crate with interfaces for small packet radios, with an implementation for RFM69." version = "0.2.0" authors = ["Curtis Maves "] edition = "2018" license = "MIT" license-file = "LICENSE" repository = "https://github.com/cmaves/ham/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["hp-sleep"] hp-sleep = ["spin_sleep"] [dependencies] gpio-cdev = "0.2.0" nix = "0.17.0" num-derive = "0.3.0" num-traits = "0.2.0" reed-solomon = "0.2.1" spidev = "0.4.0" spin_sleep = { version = "0.3.7", optional = true } [dev-dependencies] rand = "0.7" [profile.release] lto = true