[package]
name = "wp-model-core"
version = "0.7.1"
edition = "2024"
description = "Typed data model crate providing Value, Field, and Record primitives for the Warp PASE stack."
license = "Elastic-2.0"
readme = "README.md"
categories = ["data-structures", "encoding"]
keywords = ["warp", "pase", "data-model", "serde", "record"]
repository = "https://github.com/wp-labs/wp-model-core"
homepage = "https://github.com/wp-labs/wp-model-core"
documentation = "https://docs.rs/wp-model-core"
[lib]
name = "wp_model_core"
[dependencies]
smol_str = { version = "0.3", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
serde_derive = "1"
serde_json = "1"
chrono = { version = "0.4", features = ["serde"] }
ipnet = "2.11"
thiserror = "2"
wildmatch = "2.6"
smallvec = { version = "1.13", features = ["serde"] }