po-session 0.1.0

Session management, handshake state machine, and framing for Protocol Orzatty
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-session"
version = "0.1.0"
authors = ["Dylan Orzatty <dylan@orzatty.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Session management, handshake state machine, and framing for Protocol Orzatty"
readme = false
keywords = [
    "session",
    "handshake",
    "state-machine",
    "protocol",
]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/orzattyholding/po"

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

[dependencies.bincode]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.ed25519-dalek]
version = "2"
features = ["rand_core"]

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

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

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

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

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

[dependencies.tracing]
version = "0.1"