[package]
edition = "2024"
name = "oci-cli"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line client for Open Chroma Index."
documentation = "https://github.com/T-1234567890/open-chroma-index/tree/main/docs"
readme = "README.md"
keywords = [
"color",
"oklch",
"cli",
"design",
"graphics",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/T-1234567890/open-chroma-index"
resolver = "2"
[[bin]]
name = "oci"
path = "src/main.rs"
[dependencies.oci_core]
version = "0.2.3"
package = "open-chroma-index"
[dependencies.tiny_http]
version = "0.12"