peace_params 0.0.15

Constraints and specifications for parameters for the peace automation framework.
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 = "2021"
name = "peace_params"
version = "0.0.15"
authors = ["Azriel Hoh <azriel91@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Constraints and specifications for parameters for the peace automation framework."
homepage = "https://peace.mk"
documentation = "https://docs.rs/peace_params/"
readme = "README.md"
keywords = ["automation"]
categories = [
    "asynchronous",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/azriel91/peace"

[features]
default = []
error_reporting = ["dep:miette"]
item_state_example = ["peace_data/item_state_example"]

[lib]
name = "peace_params"
path = "src/lib.rs"
test = false
doctest = false

[dependencies.downcast-rs]
version = "2.0.1"

[dependencies.dyn-clone]
version = "1.0.19"

[dependencies.erased-serde]
version = "0.4.6"

[dependencies.miette]
version = "7.5.0"
optional = true

[dependencies.peace_data]
version = "0.0.15"

[dependencies.peace_item_model]
version = "0.0.15"

[dependencies.peace_params_derive]
version = "0.0.15"

[dependencies.peace_resource_rt]
version = "0.0.15"

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

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tynm]
version = "0.2.0"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage_nightly)"]