tdn 0.5.9

Trusted Distributed Network. (Another Blockchain infrastructure framework).
Documentation
[dependencies.blake3]
version = "1.2"

[dependencies.chamomile]
version = "0.6"

[dependencies.futures-util]
default-features = false
features = ["sink", "std"]
version = "0.3"

[dependencies.httparse]
version = "1.5"

[dependencies.log]
version = "0.4"

[dependencies.mime]
version = "0.3"

[dependencies.rand]
version = "0.7"

[dependencies.serde]
default-features = false
features = ["alloc", "derive"]
version = "1.0"

[dependencies.tdn_types]
default-features = false
version = "0.5"

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

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

[dependencies.toml]
version = "0.5"

[dev-dependencies]

[features]
default = ["std"]
full = ["tdn_types/full"]
multiple = ["tdn_types/multiple"]
single = ["tdn_types/single"]
std = ["tdn_types/std"]

[package]
authors = ["Contact <contact@cypherlink.io>"]
description = "Trusted Distributed Network. (Another Blockchain infrastructure framework)."
edition = "2021"
keywords = ["distributed", "blockchain", "infrastructure", "framework"]
license = "MIT/Apache-2.0"
name = "tdn"
readme = "README.md"
repository = "https://github.com/cypherlink/TDN"
resolver = "2"
version = "0.5.9"