[dependencies]
[[example]]
name = "hello_thenodes"
path = "examples/hello_thenodes.rs"
[lib]
name = "thenodes"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "asynchronous", "cryptography"]
description = "Pre-release scaffold of TheNodes: async-first, plugin-driven P2P node framework (APIs unstable)."
documentation = "https://docs.rs/thenodes"
edition = "2021"
homepage = "https://thenodes.dev"
include = ["Cargo.toml", "README.md", "src/**", "examples/**"]
keywords = ["p2p", "networking", "async", "plugins", "security"]
license = "Apache-2.0 OR MIT"
name = "thenodes"
readme = "README.md"
repository = "https://github.com/TheNodesDev/TheNodes"
rust-version = "1.74"
version = "0.0.1"