wp-model-core 0.7.1

Typed data model crate providing Value, Field, and Record primitives for the Warp PASE stack.
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.ipnet]
version = "2.11"

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

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.smallvec]
features = ["serde"]
version = "1.13"

[dependencies.smol_str]
features = ["serde"]
version = "0.3"

[dependencies.thiserror]
version = "2"

[dependencies.wildmatch]
version = "2.6"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "encoding"]
description = "Typed data model crate providing Value, Field, and Record primitives for the Warp PASE stack."
documentation = "https://docs.rs/wp-model-core"
edition = "2024"
homepage = "https://github.com/wp-labs/wp-model-core"
keywords = ["warp", "pase", "data-model", "serde", "record"]
license = "Elastic-2.0"
name = "wp-model-core"
readme = "README.md"
repository = "https://github.com/wp-labs/wp-model-core"
version = "0.7.1"