jigor-cli 0.1.5

jigor CLI + HTTP gateway — serve/ask/models over the System One wire protocol (von/laya local ONNX, jev on OpenRouter Decisions)
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "jigor-cli"
version = "0.1.5"
authors = ["Iurii Zatsepin (https://zatsepin.dev)"]
build = "build.rs"
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.5"
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",
]