ebyte-e32 0.10.0

Platform-agnostic driver for Ebyte E32 LoRa modules
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 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 = "2021"
name = "ebyte-e32"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Platform-agnostic driver for Ebyte E32 LoRa modules"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/barafael/ebyte-e32-rs"

[features]
value_enum = [
    "dep:clap",
    "snafu/std",
]

[lib]
name = "ebyte_e32"
path = "src/lib.rs"

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.embedded-hal]
version = "1"

[dependencies.embedded-hal-nb]
version = "1"

[dependencies.mutants]
version = "0.0.4"

[dependencies.nb]
version = "1"

[dependencies.snafu]
version = "0.8"
features = ["rust_1_61"]
default-features = false

[dependencies.typed-builder]
version = "0.23"

[dev-dependencies.embedded-hal-mock]
version = "0.11"
features = ["eh1"]

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.proptest-derive]
version = "0.4"