wacore-binary 0.6.0

Binary data and constants for WhatsApp protocol
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 = "wacore-binary"
version = "0.6.0"
authors = ["João Lucas <jlucaso@hotmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary data and constants for WhatsApp protocol"
readme = false
license = "MIT"
repository = "https://github.com/jlucaso1/whatsapp-rust"

[package.metadata.cargo-shear]
ignored = ["hashify"]

[features]
default = ["simd"]
serde = [
    "dep:serde",
    "compact_str/serde",
]
simd = []

[lib]
name = "wacore_binary"
crate-type = ["rlib"]
path = "src/lib.rs"

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

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

[dependencies.bytes]
version = "1.5"
default-features = false

[dependencies.compact_str]
version = "0.9"
default-features = false

[dependencies.flate2]
version = "1.1.5"
features = ["zlib-rs"]
default-features = false

[dependencies.hashify]
version = "0.2.9"
default-features = false

[dependencies.itoa]
version = "1"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
]
optional = true

[dependencies.stable_deref_trait]
version = "1.2.0"

[dependencies.yoke]
version = "0.8"
features = ["derive"]

[dev-dependencies.iai-callgrind]
version = "0.16"

[dev-dependencies.serde_json]
version = "1.0"
features = ["std"]
default-features = false

[build-dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
    "alloc",
]

[build-dependencies.serde_json]
version = "1.0"
features = ["std"]
default-features = false

[lints.clippy]
disallowed_methods = "deny"