rift-protocol 0.1.4

Versioned wire protocol framing and message types for Rift P2P
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 = "rift-protocol"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Versioned wire protocol framing and message types for Rift P2P"
documentation = "https://docs.rs/rift-protocol"
readme = "README.md"
keywords = [
    "p2p",
    "protocol",
    "networking",
]
categories = ["network-programming"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/infinityabundance/riftd"

[package.metadata.docs.rs]
all-features = true

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

[[bench]]
name = "mesh_encode_decode"
path = "benches/mesh_encode_decode.rs"
harness = false

[dependencies.bincode]
version = "1"

[dependencies.blake3]
version = "1"

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.7"

[dependencies.rift-core]
version = "0.1.4"

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

[dependencies.thiserror]
version = "1"

[dev-dependencies.criterion]
version = "0.5"