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