tpcp-std 0.4.1

Async TPCP node for std environments (tokio + tokio-tungstenite)
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 = "tpcp-std"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async TPCP node for std environments (tokio + tokio-tungstenite)"
readme = false
license = "AGPL-3.0"
repository = "https://github.com/Etriti00/agent-telepathy"

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

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.futures-util]
version = "0.3"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tokio-tungstenite]
version = "0.23"

[dependencies.tpcp-core]
version = "0.4.1"

[dependencies.uuid]
version = "1"
features = ["v4"]