capability-skeleton-string 0.1.0

A robust library for managing skill tree skeletons using string-based nodes and bidirectional conversions between string and numeric formats.
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-string"
version = "0.1.0"
authors = ["klebs6 <tpk3.mx@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A robust library for managing skill tree skeletons using string-based nodes and bidirectional conversions between string and numeric formats."
readme = "README.md"
keywords = [
    "skilltree",
    "skeleton",
    "hierarchical",
    "string",
    "parsing",
]
categories = [
    "data-structures",
    "parsing",
    "mathematics",
]
license = "GPL-3.0-only"

[lib]
name = "capability_skeleton_string"
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.capability-skeleton]
version = "0.1.0"

[dependencies.derive_builder]
version = "0.20.2"

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

[dependencies.float_eq]
version = "1.0.1"

[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"

[dependencies.tracing]
version = "0.1.41"