plugx-input 1.2.0

simple and flexible data-structure for configuration and state manipulation of 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 = "plugx-input"
version = "1.2.0"
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "CONTRIBUTING.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "simple and flexible data-structure for configuration and state manipulation of plugins."
homepage = "https://crates.io/crates/plugx-input"
documentation = "https://docs.rs/plugx-input"
readme = "README.md"
keywords = [
    "plugin",
    "config",
    "configuration",
    "data-structures",
    "state-manipulation",
]
categories = [
    "config",
    "data-structures",
    "parsing",
]
license = "BSD-3-Clause"
repository = "https://github.com/plugx-rs/plugx-input"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
rkyv = ["dep:rkyv"]
serde = ["dep:serde"]

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

[dependencies.rkyv]
version = "0.8.16"
features = [
    "std",
    "alloc",
    "bytecheck",
]
optional = true

[dependencies.serde]
version = "1.0.193"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.rkyv]
version = "0.8.16"
features = [
    "std",
    "alloc",
    "bytecheck",
]

[dev-dependencies.serde]
version = "1.0.193"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.108"