aethellib 0.9.6

Composable text generation primitives over target-specific TOML corpora with provenance tracking.
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 = "aethellib"
version = "0.9.6"
authors = ["Arad Fadaei"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composable text generation primitives over target-specific TOML corpora with provenance tracking."
homepage = "https://github.com/Downmoto/aethellib"
documentation = "https://docs.rs/aethellib"
readme = "README.md"
keywords = [
    "text-generation",
    "procedural",
    "toml",
    "corpus",
]
categories = [
    "text-processing",
    "template-engine",
]
license = "Apache-2.0"
repository = "https://github.com/Downmoto/aethellib"

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

[[example]]
name = "main"
path = "examples/main.rs"

[dependencies.rand]
version = "0.10.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.1.2"