# 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 = "2018" name = "radio-sx127x" version = "0.14.0" authors = ["Ryan Kurte "] description = "Rust driver for the Semtec SX127x Sub GHZ LoRa Radio ICs" license = "MPL-2.0" repository = "https://github.com/ryankurte/rust-radio-sx127x" [package.metadata.binstall] pkg-url = "{ repo }/releases/download/v{ version }/sx127x-util-{ target }.tgz" bin-dir = "{ bin }-{ target }{ format }" [[bin]] name = "sx127x-util" path = "src/util/main.rs" required-features = ["util"] [[test]] name = "integration" path = "tests/integration.rs" required-features = ["utils"] [dependencies.bitflags] version = "1.0" [dependencies.driver-pal] version = "0.8.0-alpha.6" optional = true default_features = false [dependencies.embedded-hal] version = "1.0.0-alpha.7" [dependencies.humantime] version = "2.0.0" optional = true [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.radio] version = "0.11.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.simplelog] version = "0.8.0" optional = true [dependencies.structopt] version = "0.3.21" optional = true [dev-dependencies.color-backtrace] version = "0.5" [features] default = [ "util", "serde", "driver-pal/hal-cp2130", "driver-pal/hal-linux", ] util = [ "structopt", "driver-pal", "driver-pal/hal", "simplelog", "humantime", ]