po-node 0.1.0

Complete PO node with peer discovery, connection management, and high-level API
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 = "po-node"
version = "0.1.0"
authors = ["Dylan Orzatty <dylan@orzatty.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Complete PO node with peer discovery, connection management, and high-level API"
readme = false
keywords = [
    "p2p",
    "node",
    "discovery",
    "mesh",
]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/orzattyholding/po"

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

[dependencies.dashmap]
version = "6"

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

[dependencies.po-session]
version = "0.1.0"

[dependencies.po-transport]
version = "0.1.0"

[dependencies.po-wire]
version = "0.1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"