capability-crate-writer 0.1.0

A Rust crate facilitating generation of Rust crate text for dynamic skill trees, supporting dispatch, aggregate, and leaf holder nodes with customizable descriptors.
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-crate-writer"
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 facilitating generation of Rust crate text for dynamic skill trees, supporting dispatch, aggregate, and leaf holder nodes with customizable descriptors."
readme = "README.md"
keywords = [
    "rust",
    "skilltree",
    "codegeneration",
    "modeling",
    "hierarchical",
]
categories = [
    "algorithms",
    "game-development",
    "development-tools",
    "parsing",
]
license = "GPL-3.0-only"

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

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

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

[dependencies.capability-example]
version = "0.1.0"

[dependencies.capability-full-annotated-leaf-holders]
version = "0.1.0"

[dependencies.tracing]
version = "0.1.41"