sennet 0.0.2

Independent, permissively licensed mesh radio protocol implementation in the retinue family.
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 = "2024"
name = "sennet"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Independent, permissively licensed mesh radio protocol implementation in the retinue family."
readme = "README.md"
keywords = [
    "lora",
    "mesh",
    "radio",
    "reticulum",
]
categories = [
    "network-programming",
    "embedded",
]
license = "MPL-2.0"
repository = "https://github.com/mark-ik/retinue"
resolver = "2"

[features]
default = []
hardware = [
    "dep:tokio",
    "dep:tulle",
]

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

[[example]]
name = "direct_phy_pair"
path = "examples/direct_phy_pair.rs"
required-features = ["hardware"]

[[example]]
name = "direct_phy_receive"
path = "examples/direct_phy_receive.rs"
required-features = ["hardware"]

[[example]]
name = "direct_phy_text"
path = "examples/direct_phy_text.rs"
required-features = ["hardware"]

[[example]]
name = "seal_text"
path = "examples/seal_text.rs"

[[example]]
name = "seal_transport"
path = "examples/seal_transport.rs"

[[test]]
name = "direct_phy_capture"
path = "tests/direct_phy_capture.rs"

[[test]]
name = "node_info_capture"
path = "tests/node_info_capture.rs"

[[test]]
name = "structural_capture"
path = "tests/structural_capture.rs"

[dependencies.aes]
version = "0.8.4"

[dependencies.ctr]
version = "0.9.2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "time",
]
optional = true

[dependencies.tulle]
version = "0.0.2"
features = ["serial-async"]
optional = true