# 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 = "ham" version = "0.2.0" authors = ["Curtis Maves "] description = "A crate with interfaces for small packet radios, with an implementation for RFM69." license = "MIT" license-file = "LICENSE" repository = "https://github.com/cmaves/ham/" [profile.release] lto = true [dependencies.gpio-cdev] version = "0.2.0" [dependencies.nix] version = "0.17.0" [dependencies.num-derive] version = "0.3.0" [dependencies.num-traits] version = "0.2.0" [dependencies.reed-solomon] version = "0.2.1" [dependencies.spidev] version = "0.4.0" [dependencies.spin_sleep] version = "0.3.7" optional = true [dev-dependencies.rand] version = "0.7" [features] default = ["hp-sleep"] hp-sleep = ["spin_sleep"]