capability-generation-inputs 0.1.0

A Rust crate to manage input parameters for generating tree-based models. It offers validation, serialization, and error handling to ensure robust construction of environment contexts for adaptable systems.
Documentation
[dependencies.capability-3p]
version = "0.1.0"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.error-tree]
version = "0.6.0"

[dependencies.getset]
version = "0.1.4"

[dependencies.green-environment]
version = "0.1.0"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_derive]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.structopt]
version = "0.3.26"

[dependencies.tracing]
version = "0.1.41"

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

[package]
authors = ["klebs6 <tpk3.mx@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "parsing", "config", "simulation", "science"]
description = "A Rust crate to manage input parameters for generating tree-based models. It offers validation, serialization, and error handling to ensure robust construction of environment contexts for adaptable systems."
edition = "2024"
keywords = ["treegeneration", "inputvalidation", "tomlserialization", "rust", "dynamicmodels"]
license = "GPL-3.0-only"
name = "capability-generation-inputs"
readme = "README.md"
version = "0.1.0"