[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"
[[bench]]
name = "stream"
path = "benches/stream.rs"
[dependencies.fast_collections]
version = "0.49.0"
[dependencies.integer-encoding]
version = "4.0.0"
[dependencies.packetize_derive]
version = "0.28.0"
[dependencies.uuid]
features = ["v4"]
optional = true
version = "1.10.0"
[dev-dependencies.criterion]
version = "0.5.1"
[features]
default = ["uuid"]
stream = ["packetize_derive/stream"]
uuid = ["dep:uuid"]
[lib]
name = "packetize"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Efficiently encode and decode your struct"
edition = "2021"
include = ["**/*.rs", "Cargo.toml"]
license = "MIT"
name = "packetize"
readme = "README.md"
repository = "https://github.com/Bruce0203/packetize"
version = "0.28.0"
[[test]]
name = "stream"
path = "tests/stream.rs"
[[test]]
name = "stream2"
path = "tests/stream2.rs"
[[test]]
name = "temp"
path = "tests/temp.rs"