prns-runtime-embassy 0.3.4

Embassy host runtime for Personal Reticulum
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"
rust-version = "1.90"
name = "prns-runtime-embassy"
version = "0.3.4"
build = false
include = [
    "src/**",
    "tests/**",
    "!tests/**/__pycache__/**",
    "!tests/**/*.pyc",
    "examples/**",
    "Cargo.toml",
    "README.md",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embassy host runtime for Personal Reticulum"
homepage = "https://reticulum.rs"
documentation = "https://docs.rs/prns-runtime-embassy"
readme = "README.md"
keywords = [
    "reticulum",
    "mesh",
    "networking",
    "embassy",
    "embedded",
]
categories = [
    "network-programming",
    "embedded",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/KenAKAFrosty/Prns"

[package.metadata.docs.rs]
all-features = true

[features]
alloc = ["prns-runtime/alloc"]
default = []
external-alloc = [
    "alloc",
    "prns-runtime/external-alloc",
]
large-static-responses = ["prns-core/large-static-responses"]
log = ["dep:log"]
rnx = [
    "alloc",
    "prns-runtime/rnx",
]
std = [
    "alloc",
    "prns-runtime/std",
]

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

[dependencies.embassy-futures]
version = "0.1"
default-features = false

[dependencies.embassy-sync]
version = "0.8.0"
default-features = false

[dependencies.embassy-time]
version = "0.5"
default-features = false

[dependencies.embedded-storage-async]
version = "0.4"
default-features = false

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

[dependencies.log]
version = "0.4"
optional = true
default-features = false

[dependencies.portable-atomic]
version = "1"
features = [
    "critical-section",
    "fallback",
]
default-features = false

[dependencies.prns-core]
version = "=0.3.4"
features = [
    "embassy-host",
    "flash",
]
default-features = false

[dependencies.prns-runtime]
version = "=0.3.4"
default-features = false

[dependencies.static_cell]
version = "2.1"

[dev-dependencies.critical-section]
version = "1"
features = ["std"]

[dev-dependencies.embassy-time]
version = "0.5"
features = [
    "std",
    "generic-queue-8",
]
default-features = false

[dev-dependencies.embedded-storage]
version = "0.3"

[dev-dependencies.prns-core]
version = "=0.3.4"
features = [
    "std",
    "embassy-host",
    "test-support",
    "flash",
]
default-features = false

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
panic = "deny"
significant_drop_in_scrutinee = "warn"
todo = "deny"
undocumented_unsafe_blocks = "deny"
unimplemented = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"