wp-model-core 0.8.1

Typed data model crate providing Value, Field, and Record primitives for the Warp PASE stack.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.ipnet]
version = "2.11"

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

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

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

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

[dependencies.thiserror]
version = "2"

[dependencies.wildmatch]
version = "2.6"