pot 1.0.2

A concise binary serialization format written for `BonsaiDb`.
Documentation
[package]
name = "pot"
version = "1.0.2"
edition = "2021"
description = "A concise binary serialization format written for `BonsaiDb`."
license = "MIT OR Apache-2.0"
readme = "../README.md"
repository = "https://github.com/khonsulabs/pot"
keywords = ["serialization", "serde"]
categories = ["encoding"]

[features]
default = []

[dependencies]
serde = { version = "1.0.136", features = ["derive"] }
thiserror = "1.0.30"
tracing = { version = "0.1.30", optional = true }
byteorder = "1.4.3"
bytes = "1.1.0"
half = "1.8.2"
derive-where = "=1.0.0-rc.2"

[dev-dependencies]
tracing-subscriber = "0.3.8"
tracing = "0.1.30"
rand = "0.8.4"
fake = "2.4.3"
chrono = { version = "0.4.19", features = ["serde"] }
anyhow = "1.0.53"
cli-table = "0.4.6"
thousands = "0.2.0"
ciborium = "0.2.0"
bincode = "1.3.3"
criterion = { version = "0.3.5", features = ["html_reports"] }
serde_bytes = "0.11.5"
serde_json = "1.0.78"
approx = "0.5.1"

[[bench]]
name = "benchmarks"
harness = false