witnet 0.1.2

A lightweight, high-performance TCP wire protocol for transferring Execution Witnesses.
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 = "2024"
name = "witnet"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, high-performance TCP wire protocol for transferring Execution Witnesses."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/developeruche/witnet"

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

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

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

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

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

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

[dependencies.tokio-util]
version = "0.7"
features = ["io"]

[dev-dependencies.anyhow]
version = "1.0.102"