ariacompute-engine 1.8.0

Rust SDK for Aria engine (thin wrapper over ariacompute-inference / ariacompute-ffi)
Documentation
# 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 = "2021"
name = "ariacompute-engine"
version = "1.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for Aria engine (thin wrapper over ariacompute-inference / ariacompute-ffi)"
readme = "README.md"
keywords = [
    "aria",
    "llm",
    "inference",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/ariacompute/engine"

[lib]
name = "aria_engine"
path = "src/lib.rs"

[dependencies.ariacompute-ffi]
version = "1.8.0"

[dependencies.ariacompute-inference]
version = "1.8.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.ureq]
version = "2"
features = [
    "tls",
    "json",
]

[dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false

[dev-dependencies.tempfile]
version = "3"