wp-specs 0.8.0

Ultra-light shared specs for WordPress Labs connectors and plugins
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-specs"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ultra-light shared specs for WordPress Labs connectors and plugins"
homepage = "https://github.com/wp-labs/wp-specs"
documentation = "https://docs.rs/wp-specs"
readme = "README.md"
keywords = [
    "wp-labs",
    "specs",
    "config",
    "serde",
    "wildcard",
]
categories = [
    "config",
    "data-structures",
]
license = "Elastic-2.0"
repository = "https://github.com/wp-labs/wp-specs"

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

[[test]]
name = "pattern_wildarray"
path = "tests/pattern_wildarray.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.derive_more]
version = "2.1"

[dependencies.log]
version = "0.4"

[dependencies.orion-error]
version = "0.6"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "1.0"

[dependencies.wildmatch]
version = "2.6"

[dependencies.winnow]
version = "0.7"

[dependencies.wp-connector-api]
version = "0.8"

[dependencies.wp-model-core]
version = "0.8"