rns-embedded-ffi 0.7.1

FFI bindings and static library surface for embedded Reticulum runtimes.
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 = "rns-embedded-ffi"
version = "0.7.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings and static library surface for embedded Reticulum runtimes."
readme = "README.md"
license = "EPL-2.0"
repository = "https://github.com/FreeTAKTeam/LXMF-rs"

[features]
alloc = [
    "dep:critical-section",
    "dep:embedded-alloc",
    "rns-embedded-core/alloc",
    "rns-embedded-runtime/alloc",
]
default = ["std"]
std = [
    "rns-embedded-core/std",
    "rns-embedded-runtime/std",
]

[lib]
name = "rns_embedded_ffi"
crate-type = [
    "rlib",
    "staticlib",
    "cdylib",
]
path = "src/lib.rs"

[dependencies.critical-section]
version = "1.2"
optional = true

[dependencies.embedded-alloc]
version = "0.6"
features = ["llff"]
optional = true
default-features = false

[dependencies.rns-embedded-core]
version = "0.7.1"
features = ["alloc"]
default-features = false

[dependencies.rns-embedded-runtime]
version = "0.7.1"
features = ["alloc"]
default-features = false

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

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

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