prns-runtime 0.3.4

Runtime-neutral Personal Reticulum node contracts and manifold kernel
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"
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 = "Runtime-neutral Personal Reticulum node contracts and manifold kernel"
homepage = "https://reticulum.rs"
documentation = "https://docs.rs/prns-runtime"
readme = "README.md"
keywords = [
    "reticulum",
    "mesh",
    "networking",
    "runtime",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/KenAKAFrosty/Prns"
resolver = "3"

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

[features]
alloc = ["prns-core/alloc"]
default = []
external-alloc = [
    "alloc",
    "prns-core/external-alloc",
]
interface-discovery = [
    "alloc",
    "prns-core/interface-discovery",
]
interface-discovery-archive = [
    "std",
    "interface-discovery",
    "prns-core/interface-discovery-archive",
]
resource-bzip2 = [
    "std",
    "dep:bzip2",
]
rns-management = [
    "alloc",
    "prns-core/shared-instance-rpc",
]
rnx = [
    "alloc",
    "prns-core/rnx",
]
runtime-metrics = [
    "alloc",
    "prns-core/runtime-metrics",
]
std = [
    "alloc",
    "prns-core/std",
]

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

[dependencies.bzip2]
version = "0.6"
optional = true

[dependencies.cfg-if]
version = "1.0"

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

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

[dev-dependencies.futures-executor]
version = "0.3"

[dev-dependencies.futures-test]
version = "0.3"

[dev-dependencies.prns-core]
version = "=0.3.4"
features = ["test-support"]
default-features = false

[dev-dependencies.rmpv]
version = "1.3"

[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"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(kani)",
    "cfg(mutants)",
]