nomadnet-rs 0.2.0

Rust library for NomadNet Node Hosting and browsing over Reticulum
# 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.75"
name = "nomadnet-rs"
version = "0.2.0"
authors = [
    "Teske's Lab",
    "Lucas Teske <lucas@teske.com.br>",
    "Mister Maluco <teskeslab@lucasteske.dev>",
]
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library for NomadNet Node Hosting and browsing over Reticulum"
readme = "README.md"
keywords = [
    "nomadnet",
    "reticulum",
    "rns",
    "mesh-network",
    "nomad",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/TeskesLab/nomadnet-rs"

[features]
default = []
serve = [
    "dep:clap",
    "dep:tracing-subscriber",
    "dep:notify",
    "tokio/rt-multi-thread",
    "tokio/macros",
]

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

[[bin]]
name = "nomadnet-serve"
path = "src/bin/nomadnet-serve/main.rs"
required-features = ["serve"]

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.hex]
version = "0.4"

[dependencies.notify]
version = "8"
optional = true

[dependencies.rns-core]
version = "0.1.9"

[dependencies.rns-crypto]
version = "0.1.5"

[dependencies.rns-net]
version = "0.5.6"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
    "time",
]

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]
optional = true