rns-cli 0.2.3

CLI tools for the Reticulum Network Stack
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"
name = "rns-cli"
version = "0.2.3"
authors = ["rns-rs contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tools for the Reticulum Network Stack"
readme = false
license-file = "LICENSE"
repository = "https://github.com/lelloman/rns-rs"

[features]
default = []
rns-hooks = ["rns-hooks-native"]
rns-hooks-builtin = ["rns-net/rns-hooks-builtin"]
rns-hooks-native = ["rns-net/rns-hooks-native"]
rns-hooks-wasm = [
    "rns-net/rns-hooks-wasm",
    "dep:rns-hooks-abi",
    "dep:rns-stats-hook",
    "dep:rns-sentinel-hook",
]

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

[[bin]]
name = "rnid"
path = "src/bin/rnid.rs"

[[bin]]
name = "rnpath"
path = "src/bin/rnpath.rs"

[[bin]]
name = "rnprobe"
path = "src/bin/rnprobe.rs"

[[bin]]
name = "rns-sentineld"
path = "src/bin/rns-sentineld.rs"
required-features = ["rns-hooks-wasm"]

[[bin]]
name = "rns-statsd"
path = "src/bin/rns-statsd.rs"
required-features = ["rns-hooks-wasm"]

[[bin]]
name = "rnsd"
path = "src/bin/rnsd.rs"

[[bin]]
name = "rnsh"
path = "src/bin/rnsh.rs"

[[bin]]
name = "rnstatus"
path = "src/bin/rnstatus.rs"

[dependencies.bincode]
version = "1"

[dependencies.env_logger]
version = "0.10"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

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

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

[dependencies.rns-hooks-abi]
version = "0.1.3"
optional = true

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

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

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

[build-dependencies.anyhow]
version = "1"

[build-dependencies.rns-sentinel-hook]
version = "0.1.2"
optional = true

[build-dependencies.rns-stats-hook]
version = "0.1.2"
optional = true

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

[target.'cfg(not(target_env = "msvc"))'.dependencies.tikv-jemallocator]
version = "0.6"