rns-net 0.5.7

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.5.7"
authors = ["rns-rs contributors"]
build = "build.rs"
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"

[features]
default = [
    "iface-tcp",
    "iface-udp",
    "iface-local",
    "iface-auto",
    "iface-serial",
    "iface-kiss",
    "iface-pipe",
    "iface-rnode",
    "iface-backbone",
    "iface-i2p",
]
iface-auto = []
iface-backbone = []
iface-i2p = []
iface-kiss = []
iface-local = []
iface-pipe = []
iface-rnode = []
iface-serial = []
iface-tcp = []
iface-udp = []
rns-hooks = [
    "dep:rns-hooks",
    "dep:serde",
    "dep:bincode",
]

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

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

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

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

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

[[example]]
name = "rnode_lora"
path = "examples/rnode_lora.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 = "e2e_hooks"
path = "tests/e2e_hooks.rs"

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

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

[dependencies.bincode]
version = "1"
optional = true

[dependencies.bzip2]
version = "0.5"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.polling]
version = "3"

[dependencies.rayon]
version = "1"

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

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

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

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

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