wacore-binary 0.3.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.3.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"

[features]
default = []
serde = ["dep:serde"]

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

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

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

[dependencies.phf]
version = "0.13.1"
default-features = false

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

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

[build-dependencies.phf_codegen]
version = "0.13.1"

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

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