rns-server 0.1.1

Batteries-included Reticulum node server
# 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"
name = "rns-server"
version = "0.1.1"
authors = ["rns-rs contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Batteries-included Reticulum node server"
readme = false
license-file = "LICENSE"
repository = "https://github.com/lelloman/rns-rs"

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

[[bin]]
name = "rns-server"
path = "src/main.rs"

[dependencies.env_logger]
version = "0.11"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.rns-cli]
version = "0.2.2"

[dependencies.rns-ctl]
version = "0.2.3"

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

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

[dependencies.serde_json]
version = "1"