[package]
edition = "2024"
name = "jigor-cli"
version = "0.1.2"
authors = ["Iurii Zatsepin (https://zatsepin.dev)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "jigor CLI + HTTP gateway — serve/ask/models over the System One wire protocol (von/laya local ONNX, jev on OpenRouter Decisions)"
readme = "README.md"
keywords = [
"system-one",
"decisions",
"cli",
"gateway",
"onnx",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/Partysun/jigor"
resolver = "2"
[[bin]]
name = "jigor"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.bytes]
version = "1.12.1"
[dependencies.http]
version = "1.4.2"
[dependencies.http-body-util]
version = "0.1.4"
[dependencies.hyper]
version = "1.10.1"
features = [
"http1",
"server",
]
[dependencies.hyper-util]
version = "0.1.20"
features = [
"server",
"http1",
"tokio",
]
[dependencies.jigor]
version = "0.1.2"
default-features = false
[dependencies.ort]
version = "2.0.0-rc.12"
features = [
"tls-rustls",
"std",
"ndarray",
"tracing",
"download-binaries",
"copy-dylibs",
"api-24",
]
default-features = false
[dependencies.serde_json]
version = "1.0"
features = ["arbitrary_precision"]
[dependencies.tokio]
version = "1.52.4"
features = [
"rt-multi-thread",
"macros",
"net",
]