[package]
name = "aitools"
version = "0.1.0"
edition = "2021"
authors = [
"wandalen <wandalen.me@gmail.com>"
]
license = "MIT"
readme = "readme.md"
documentation = "https://docs.rs/aitools"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/aitools"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/aitools"
description = """
AI utilities and helper functions for prompt engineering and model management
"""
categories = [ "development-tools" ]
keywords = [ "ai", "tools", "llm", "utilities", "prompt" ]
[package.metadata.docs.rs]
features = [ "full" ]
all-features = false
[features]
default = [ "enabled" ]
full = [ "enabled" ]
enabled = []
[dependencies]
[dev-dependencies]