[package]
edition = "2024"
rust-version = "1.85"
name = "appctl"
version = "0.12.1"
authors = ["Esubalew <https://esubalew.dev>"]
build = "build.rs"
include = [
"build.rs",
"Cargo.toml",
"README.md",
"CHANGELOG.md",
"LICENSE",
"src/**/*",
"tests/**/*.rs",
"embedded-web/dist/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI: sync OpenAPI, databases, and frameworks into LLM tool definitions; chat, run, and HTTP serve."
homepage = "https://esubaalew.github.io/appctl"
documentation = "https://docs.rs/appctl"
readme = "README.md"
keywords = [
"cli",
"ai",
"openapi",
"automation",
"agent",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT"
repository = "https://github.com/esubaalew/appctl"
resolver = "2"
[features]
live-auth = []
[lib]
name = "appctl"
path = "src/lib.rs"
[[bin]]
name = "appctl"
path = "src/main.rs"
[[test]]
name = "e2e_db_postgres"
path = "tests/e2e_db_postgres.rs"
[[test]]
name = "e2e_django_drf"
path = "tests/e2e_django_drf.rs"
[[test]]
name = "e2e_nvidia_nim"
path = "tests/e2e_nvidia_nim.rs"
[[test]]
name = "e2e_openapi_fastapi"
path = "tests/e2e_openapi_fastapi.rs"
[[test]]
name = "end_to_end"
path = "tests/end_to_end.rs"
[[test]]
name = "google_genai"
path = "tests/google_genai.rs"
[[test]]
name = "live_anthropic"
path = "tests/live_anthropic.rs"
[[test]]
name = "live_common"
path = "tests/live_common.rs"
[[test]]
name = "live_gemini"
path = "tests/live_gemini.rs"
[[test]]
name = "live_openai"
path = "tests/live_openai.rs"
[[test]]
name = "live_qwen"
path = "tests/live_qwen.rs"
[[test]]
name = "live_vertex"
path = "tests/live_vertex.rs"
[[test]]
name = "mock_oauth"
path = "tests/mock_oauth.rs"
[[test]]
name = "oauth_tokens"
path = "tests/oauth_tokens.rs"
[[test]]
name = "plugin_loader"
path = "tests/plugin_loader.rs"
[[test]]
name = "provider_config"
path = "tests/provider_config.rs"
[[test]]
name = "sync_aspnet"
path = "tests/sync_aspnet.rs"
[[test]]
name = "sync_db"
path = "tests/sync_db.rs"
[[test]]
name = "sync_django"
path = "tests/sync_django.rs"
[[test]]
name = "sync_laravel"
path = "tests/sync_laravel.rs"
[[test]]
name = "sync_openapi"
path = "tests/sync_openapi.rs"
[[test]]
name = "sync_rails"
path = "tests/sync_rails.rs"
[[test]]
name = "sync_strapi"
path = "tests/sync_strapi.rs"
[[test]]
name = "sync_supabase"
path = "tests/sync_supabase.rs"
[[test]]
name = "sync_url_login"
path = "tests/sync_url_login.rs"
[dependencies.anyhow]
version = "1.0.102"
[dependencies.appctl-plugin-sdk]
version = "0.12.1"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.aws-config]
version = "1.8.11"
[dependencies.aws-sdk-dynamodb]
version = "1.82.0"
[dependencies.axum]
version = "0.8.9"
features = ["ws"]
[dependencies.base64]
version = "0.22.1"
[dependencies.chrono]
version = "0.4.44"
features = ["serde"]
[dependencies.clap]
version = "4.6.1"
features = [
"derive",
"env",
]
[dependencies.cookie_store]
version = "0.22.0"
[dependencies.crossterm]
version = "0.29.0"
[dependencies.dialoguer]
version = "0.12.0"
features = ["fuzzy-select"]
[dependencies.dirs]
version = "5.0.1"
[dependencies.futures]
version = "0.3.32"
[dependencies.html5ever]
version = "0.39.0"
[dependencies.indicatif]
version = "0.18.4"
[dependencies.keyring]
version = "3.6.3"
features = [
"apple-native",
"windows-native",
"sync-secret-service",
]
[dependencies.libloading]
version = "0.8.5"
[dependencies.mongodb]
version = "3.6.0"
[dependencies.oauth2]
version = "5.0.0"
[dependencies.owo-colors]
version = "4.3.0"
[dependencies.ratatui]
version = "0.26.3"
[dependencies.redis]
version = "1.2.0"
features = [
"aio",
"tokio-comp",
]
[dependencies.regex]
version = "1.12.2"
[dependencies.reqwest]
version = "0.13.2"
features = [
"rustls",
"json",
"stream",
"multipart",
"cookies",
"http2",
"charset",
"query",
"form",
]
default-features = false
[dependencies.reqwest_cookie_store]
version = "0.10.0"
[dependencies.rusqlite]
version = "0.32.1"
features = ["bundled"]
[dependencies.rust-embed]
version = "8.5.0"
[dependencies.rustyline]
version = "18.0.0"
[dependencies.schemars]
version = "1.2.1"
features = [
"chrono04",
"url2",
"uuid1",
]
[dependencies.scraper]
version = "0.26.0"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.149"
[dependencies.serde_yaml]
version = "0.9.34"
[dependencies.sqlx]
version = "0.8.6"
features = [
"runtime-tokio-rustls",
"postgres",
"mysql",
"sqlite",
]
default-features = false
[dependencies.syntect]
version = "5.3.0"
[dependencies.tempfile]
version = "3.27.0"
[dependencies.termimad]
version = "0.31.0"
[dependencies.thiserror]
version = "2.0.18"
[dependencies.tiny_http]
version = "0.12.0"
[dependencies.tokio]
version = "1.52.1"
features = ["full"]
[dependencies.tokio-tungstenite]
version = "0.29.0"
[dependencies.toml]
version = "1.1.2"
[dependencies.tower-http]
version = "0.6.8"
features = [
"cors",
"trace",
]
[dependencies.tracing]
version = "0.1.44"
[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]
[dependencies.url]
version = "2.5.8"
features = ["serde"]
[dependencies.uuid]
version = "1.23.1"
features = [
"v4",
"serde",
]
[dependencies.walkdir]
version = "2.5.0"
[dev-dependencies.reqwest]
version = "0.13.2"
features = [
"rustls",
"json",
]
default-features = false
[dev-dependencies.wiremock]
version = "0.6.5"