[package]
edition = "2021"
name = "rns-core"
version = "0.1.1"
authors = ["rns-rs contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wire protocol, transport routing, and link/resource engine for the Reticulum Network Stack"
readme = false
license-file = "LICENSE"
repository = "https://github.com/lelloman/rns-rs"
[features]
default = ["std"]
std = []
[lib]
name = "rns_core"
path = "src/lib.rs"
[[test]]
name = "interop"
path = "tests/interop.rs"
[[test]]
name = "link_integration"
path = "tests/link_integration.rs"
[[test]]
name = "resource_integration"
path = "tests/resource_integration.rs"
[[test]]
name = "transport_integration"
path = "tests/transport_integration.rs"
[dependencies.rns-crypto]
version = "0.1.1"
[dev-dependencies.serde_json]
version = "1"