radio-sx127x 0.2.3

Rust driver for the Semtec SX127x Sub GHZ LoRa Radio ICs
Documentation
# 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]
name = "radio-sx127x"
version = "0.2.3"
authors = ["Ryan Kurte <ryankurte@gmail.com>"]
description = "Rust driver for the Semtec SX127x Sub GHZ LoRa Radio ICs"
license = "MPL-2.0"

[[bin]]
name = "sx127x-util"
path = "src/util/main.rs"
required-features = ["util"]

[[test]]
name = "integration"
path = "tests/integration.rs"
[dependencies.bitflags]
version = "1.0.4"

[dependencies.embedded-hal]
version = "0.2.3"
features = ["unproven"]

[dependencies.embedded-spi]
version = "0.5.1"

[dependencies.humantime]
version = "1.2.0"
optional = true

[dependencies.libc]
version = "0.2.42"

[dependencies.linux-embedded-hal]
version = "0.2.2"
optional = true

[dependencies.log]
version = "0.4.6"

[dependencies.radio]
version = "0.3.0"

[dependencies.simplelog]
version = "0.5.3"
optional = true

[dependencies.structopt]
version = "0.2.15"
optional = true
[dev-dependencies.color-backtrace]
version = "0.1.3"

[features]
default = ["util"]
util = ["structopt", "linux-embedded-hal", "simplelog", "humantime"]