[dependencies.thiserror]
version = "2"
[dependencies.tokio]
features = ["full"]
optional = true
version = "1"
[dev-dependencies.hex]
version = "0.4"
[dev-dependencies.tokio]
features = ["full", "rt-multi-thread", "macros"]
version = "1"
[features]
default = ["transport"]
transport = ["dep:tokio"]
[lib]
name = "nomad_protocol"
path = "src/lib.rs"
[package]
authors = ["The NOMAD Protocol Authors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "asynchronous", "cryptography"]
description = "NOMAD Protocol - Network-Optimized Mobile Application Datagram. A secure UDP-based state synchronization protocol."
documentation = "https://docs.rs/nomad-protocol"
edition = "2024"
homepage = "https://github.com/DanEscher98/nomad-rs"
keywords = ["protocol", "networking", "mobile", "udp", "sync"]
license = "MIT OR Apache-2.0"
name = "nomad-protocol"
readme = "README.md"
repository = "https://github.com/DanEscher98/nomad-rs"
resolver = "2"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]