hoy-protocol 0.0.0

Hoy real-time chat core crate
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 = "hoy-protocol"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hoy real-time chat core crate"
readme = false
license = "MIT OR Apache-2.0"

[package.metadata.cargo-udeps.ignore]
development = [
    "criterion",
    "pretty_assertions",
]

[package.metadata.playground]
features = ["full"]

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

[dependencies]

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

[dev-dependencies.pretty_assertions]
version = "1"

[lints.clippy]
multiple_crate_versions = "allow"

[profile.bench]
codegen-units = 1
incremental = false

[profile.release]
codegen-units = 1
incremental = false