[package]
edition = "2024"
name = "willow-data-model"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The core datatypes of Willow, an eventually consistent data store with improved distributed deletion."
homepage = "https://willowprotocol.org/rust/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/worm-blossom/willow_rs"
[package.metadata.docs.rs]
[lib]
name = "willow_data_model"
path = "src/lib.rs"
[lints.clippy]
cast_lossless = "warn"
cast_possible_truncation = "warn"
large_enum_variant = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
[lints.rust]
async_fn_in_trait = "allow"
missing_docs = "warn"