matchy-format 2.0.0

Binary format and MMDB builder for matchy databases (internal)
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.matchy-data-format]
version = "2.0.0"

[dependencies.matchy-ip-trie]
version = "2.0.0"

[dependencies.matchy-literal-hash]
version = "2.0.0"

[dependencies.matchy-match-mode]
version = "2.0.0"

[dependencies.matchy-paraglob]
version = "2.0.0"

[dependencies.rustc-hash]
version = "2.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.web-time]
version = "1.1"

[dependencies.xxhash-rust]
features = ["xxh64", "xxh3"]
version = "0.8"

[dependencies.zerocopy]
features = ["derive"]
version = "0.8.27"

[dev-dependencies.tempfile]
version = "3.8"

[lib]
name = "matchy_format"
path = "src/lib.rs"

[lints.clippy]
cast_lossless = "warn"
cast_possible_truncation = "warn"
cast_possible_wrap = "warn"
cast_sign_loss = "warn"
cloned_instead_of_copied = "warn"
doc_markdown = "allow"
flat_map_option = "warn"
if_not_else = "warn"
implicit_clone = "warn"
inconsistent_struct_constructor = "warn"
match_same_arms = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "warn"
needless_pass_by_value = "warn"
ptr_as_ptr = "warn"
redundant_closure_for_method_calls = "warn"
return_self_not_must_use = "warn"
semicolon_if_nothing_returned = "warn"
similar_names = "allow"
struct_excessive_bools = "allow"
too_many_lines = "allow"
trivially_copy_pass_by_ref = "warn"
undocumented_unsafe_blocks = "warn"
uninlined_format_args = "warn"
unnecessary_wraps = "warn"
use_self = "warn"

[package]
authors = ["Seth Hall <seth@matchylabs.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Binary format and MMDB builder for matchy databases (internal)"
edition = "2021"
license = "Apache-2.0"
name = "matchy-format"
readme = "README.md"
repository = "https://github.com/matchylabs/matchy"
version = "2.0.0"