lxmf-runtime 0.9.5

In-process LXMF SDK backend over the Reticulum transport runtime.
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.85"
name = "lxmf-runtime"
version = "0.9.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "In-process LXMF SDK backend over the Reticulum transport runtime."
documentation = "https://docs.rs/lxmf-runtime"
readme = "README.md"
keywords = [
    "lxmf",
    "reticulum",
    "runtime",
    "sdk",
]
categories = ["network-programming"]
license = "EPL-2.0"
repository = "https://github.com/FreeTAKTeam/LXMF-rs"

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

[dependencies.base64]
version = "0.22"

[dependencies.hex]
version = "0.4"

[dependencies.lxmf-core]
version = "0.9.5"
package = "lxmf-wire"

[dependencies.lxmf-sdk]
version = "0.9.5"
features = ["std"]
default-features = false

[dependencies.rand_core]
version = "0.6.4"
features = ["getrandom"]

[dependencies.rmp-serde]
version = "1.3.0"

[dependencies.rns-transport]
version = "0.9.5"
package = "reticulum-rs-transport"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1.44.2"
features = ["full"]

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unwrap_used = "warn"

[lints.rust]
unsafe_code = "forbid"
unused_imports = "warn"