capability-skeleton 0.1.0

A Rust library for managing and building complex hierarchical tree structures such as skill trees. Supports serialization, error handling, and deep tree metrics.
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-skeleton"
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 library for managing and building complex hierarchical tree structures such as skill trees. Supports serialization, error handling, and deep tree metrics."
readme = "README.md"
keywords = [
    "skilltree",
    "graphtheory",
    "hierarchicaldata",
    "serialization",
    "builderpattern",
]
categories = [
    "data-structures",
    "algorithms",
    "development-tools",
    "parsing",
]
license = "GPL-3.0-only"

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

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

[dependencies.capability-feature-measurement]
version = "0.1.0"

[dependencies.capability-grower-configuration]
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.serde]
version = "1.0.219"

[dependencies.serde_derive]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

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

[dependencies.tracing]
version = "0.1.41"