matchy-format 2.0.0

Binary format and MMDB builder for matchy databases (internal)
Documentation
[package]
name = "matchy-format"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Binary format and MMDB builder for matchy databases (internal)"

[dependencies]
matchy-ip-trie = { path = "../matchy-ip-trie", version = "2.0.0" }
matchy-data-format = { path = "../matchy-data-format", version = "2.0.0" }
matchy-paraglob = { path = "../matchy-paraglob", version = "2.0.0" }
matchy-literal-hash = { path = "../matchy-literal-hash", version = "2.0.0" }
matchy-match-mode = { path = "../matchy-match-mode", version = "2.0.0" }

zerocopy.workspace = true
anyhow.workspace = true
serde.workspace = true
serde_json.workspace = true
rustc-hash.workspace = true
xxhash-rust.workspace = true
web-time.workspace = true

[dev-dependencies]
tempfile.workspace = true

[lints]
workspace = true