bloop-protocol 1.1.0

Core implementation of the Bloop wire protocol
# 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"
rust-version = "1.88"
name = "bloop-protocol"
version = "1.1.0"
authors = ["Ben Scholzen 'DASPRiD' <mail@dasprids.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core implementation of the Bloop wire protocol"
readme = "README.md"
license = "BSD-2-Clause"
repository = "https://github.com/bloop-box/bloop-protocol"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
hex = ["dep:hex"]
md5 = ["dep:md5"]
serde = [
    "dep:serde",
    "hex",
]

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

[[test]]
name = "derive"
path = "tests/derive.rs"

[[test]]
name = "ui"
path = "tests/ui.rs"

[dependencies.bitmask-enum]
version = "2.2"

[dependencies.bloop-protocol-derive]
version = "1.1.0"

[dependencies.hex]
version = "0.4.3"
optional = true

[dependencies.md5]
version = "0.8.0"
optional = true

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.48"
features = ["io-util"]
default-features = false

[dependencies.uuid]
version = "1.19"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio]
version = "1.48"
features = [
    "io-util",
    "macros",
    "rt",
]

[dev-dependencies.trybuild]
version = "1.0"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(docsrs)"]