rns-cli 0.2.1

CLI tools for the Reticulum Network Stack
# 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.1"
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"

[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"

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

[[bin]]
name = "rnsd"
path = "src/bin/rnsd.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.7"

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

[dependencies.rns-hooks-abi]
version = "0.1.1"

[dependencies.rns-net]
version = "0.5.3"
features = ["rns-hooks"]

[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.1"

[build-dependencies.rns-stats-hook]
version = "0.1.1"

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

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