rns-net 0.2.0

Network interfaces and node driver 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-net"
version = "0.2.0"
authors = ["rns-rs contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Network interfaces and node driver for the Reticulum Network Stack"
readme = false
license-file = "LICENSE"
repository = "https://github.com/lelloman/rns-rs"

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

[[example]]
name = "echo"
path = "examples/echo.rs"

[[example]]
name = "message"
path = "examples/message.rs"

[[example]]
name = "rnsd"
path = "examples/rnsd.rs"

[[example]]
name = "tcp_connect"
path = "examples/tcp_connect.rs"

[[test]]
name = "e2e"
path = "tests/e2e.rs"

[[test]]
name = "ifac_interop"
path = "tests/ifac_interop.rs"

[[test]]
name = "python_interop"
path = "tests/python_interop.rs"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

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

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

[dependencies.socket2]
version = "0.5"
features = ["all"]

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

[dev-dependencies.env_logger]
version = "0.11"

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

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