[package]
edition = "2024"
name = "aethellib"
version = "0.8.2"
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"
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.toml]
version = "1.1.2"