[package]
edition = "2024"
name = "trellis3_com"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal Rust package for Trellis 3 AI art site metadata and docs.rs indexing."
homepage = "https://www.trellis3.com"
documentation = "https://docs.rs/trellis3_com"
readme = "README.md"
keywords = [
"trellis3",
"art",
"ai",
"generator",
]
categories = ["multimedia"]
license = "MIT"
repository = "https://www.trellis3.com"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "trellis3_com"
path = "src/lib.rs"
[dependencies]