capability-full-annotated-leaf-holders 0.1.0

A Rust crate for crafting fully annotated leaf holders mimicking detailed domain observations, using advanced serialization and error management.
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 = "capability-full-annotated-leaf-holders"
version = "0.1.0"
authors = ["klebs6 <tpk3.mx@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust crate for crafting fully annotated leaf holders mimicking detailed domain observations, using advanced serialization and error management."
readme = "README.md"
keywords = [
    "annotated",
    "leaf",
    "serialization",
    "parsing",
    "fuzzy",
]
categories = [
    "algorithms",
    "data-structures",
    "science",
    "parsing",
]
license = "GPL-3.0-only"

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

[dependencies.capability-3p]
version = "0.1.0"

[dependencies.capability-core-string-skeleton]
version = "0.1.0"

[dependencies.derive_builder]
version = "0.20.2"

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

[dependencies.fuzzy-from-json-value]
version = "0.1.0"

[dependencies.getset]
version = "0.1.4"

[dependencies.matches]
version = "0.1.10"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_derive]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serde_path_to_error]
version = "0.1.17"

[dependencies.traced-test]
version = "1.0.3"