aci 2026.3.2

Mount APIs as CLIs with raw HTTP and OpenAPI-backed commands
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 = "2024"
name = "aci"
version = "2026.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mount APIs as CLIs with raw HTTP and OpenAPI-backed commands"
readme = "README.md"
license = "MIT"
repository = "https://github.com/f4ah6o/aci-rs"

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

[[bin]]
name = "aci"
path = "src/main.rs"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.axum]
version = "0.8.8"

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.10.1"

[dependencies.http]
version = "1.3.1"

[dependencies.http-body]
version = "1.0.1"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.openapiv3]
version = "2.2.0"

[dependencies.reqwest]
version = "0.12.24"
features = [
    "json",
    "rustls-tls",
    "http2",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.tokio]
version = "1.47.1"
features = [
    "macros",
    "rt-multi-thread",
    "net",
]

[dependencies.toml]
version = "0.9.5"

[dependencies.tower]
version = "0.5.2"
features = ["util"]

[dependencies.url]
version = "2.5.7"

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