truthlinked-net 0.1.2

TruthLinked networking layer — built for the TruthLinked blockchain.
# 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 = "truthlinked-net"
version = "0.1.2"
authors = ["TruthLinked Labs <Donatus@truthlinked.org>"]
build = false
include = [
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TruthLinked networking layer — built for the TruthLinked blockchain."
homepage = "https://truthlinked.org"
documentation = "https://docs.rs/truthlinked-net"
readme = "README.md"
keywords = [
    "truthlinked",
    "networking",
    "post-quantum",
    "blockchain",
    "p2p",
]
categories = [
    "network-programming",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/truth-linked/truthlinked"

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

[dependencies.aes-gcm]
version = "0.10.3"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.fips203]
version = "0.4.3"

[dependencies.fips204]
version = "0.4.6"

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

[dependencies.hex]
version = "0.4"

[dependencies.hkdf]
version = "0.12.4"

[dependencies.libc]
version = "0.2"

[dependencies.postcard]
version = "1.1"
features = ["alloc"]

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.socket2]
version = "0.5"
features = ["all"]

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

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

[dependencies.tracing]
version = "0.1"

[dependencies.truthlinked-core]
version = "0.1.3"

[dependencies.truthlinked-governance]
version = "0.1.2"

[dependencies.truthlinked-state]
version = "0.1.3"