aion-cli 0.22.0

The `aion` command line: operate Aion durable workflows over gRPC and run the Aion server.
# 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"
rust-version = "1.88.0"
name = "aion-cli"
version = "0.22.0"
authors = ["Tom Whiting <tom@ablative.com.au>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The `aion` command line: operate Aion durable workflows over gRPC and run the Aion server."
documentation = "https://docs.rs/aion-cli"
readme = "README.md"
keywords = [
    "aion",
    "workflow",
    "durable-execution",
    "cli",
    "grpc",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "AGPL-3.0-only"
repository = "https://github.com/ablative-io/aion"
resolver = "2"

[features]
acp = ["dep:aion-integration-acp"]
auth = ["aion-server/auth"]
default = [
    "liminal-transport",
    "norn",
    "acp",
]
liminal-transport = [
    "aion-server/liminal-transport",
    "aion-worker/liminal-transport",
]
norn = ["dep:aion-integration-norn"]

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

[[test]]
name = "assistant_verb_e2e"
path = "tests/assistant_verb_e2e.rs"

[[test]]
name = "authoring_quality_e2e"
path = "tests/authoring_quality_e2e.rs"

[[test]]
name = "awl_corpus_gate"
path = "tests/awl_corpus_gate.rs"

[[test]]
name = "awl_emit_beam"
path = "tests/awl_emit_beam.rs"

[[test]]
name = "awl_recipe_verb_e2e"
path = "tests/awl_recipe_verb_e2e.rs"

[[test]]
name = "console_guide_asset"
path = "tests/console_guide_asset.rs"

[[test]]
name = "declared_environment_report_e2e"
path = "tests/declared_environment_report_e2e.rs"

[[test]]
name = "deploy_commands"
path = "tests/deploy_commands.rs"

[[test]]
name = "describe_history_bound_e2e"
path = "tests/describe_history_bound_e2e.rs"

[[test]]
name = "dev_hot_reload_e2e"
path = "tests/dev_hot_reload_e2e.rs"

[[test]]
name = "doc_pointer_gate"
path = "tests/doc_pointer_gate.rs"

[[test]]
name = "embedded_assistant_launchable_e2e"
path = "tests/embedded_assistant_launchable_e2e.rs"

[[test]]
name = "error_rendering"
path = "tests/error_rendering.rs"

[[test]]
name = "generate_e2e"
path = "tests/generate_e2e.rs"

[[test]]
name = "generate_types_first_e2e"
path = "tests/generate_types_first_e2e.rs"

[[test]]
name = "issue36_pause_restart_resume_e2e"
path = "tests/issue36_pause_restart_resume_e2e.rs"

[[test]]
name = "launcher_command"
path = "tests/launcher_command.rs"

[[test]]
name = "lsub5b_osproc_failover_e2e"
path = "tests/lsub5b_osproc_failover_e2e.rs"

[[test]]
name = "lsub5b_osproc_kill9_failover_e2e"
path = "tests/lsub5b_osproc_kill9_failover_e2e.rs"

[[test]]
name = "new_agent_e2e"
path = "tests/new_agent_e2e.rs"

[[test]]
name = "new_awl_e2e"
path = "tests/new_awl_e2e.rs"

[[test]]
name = "new_hello_world_e2e"
path = "tests/new_hello_world_e2e.rs"

[[test]]
name = "new_scaffold_build"
path = "tests/new_scaffold_build.rs"

[[test]]
name = "one_motion_awl"
path = "tests/one_motion_awl.rs"

[[test]]
name = "one_motion_live_e2e"
path = "tests/one_motion_live_e2e.rs"

[[test]]
name = "package_command"
path = "tests/package_command.rs"

[[test]]
name = "parked_timer_osproc_kill9_failover_e2e"
path = "tests/parked_timer_osproc_kill9_failover_e2e.rs"

[[test]]
name = "retired_doctrine_gate"
path = "tests/retired_doctrine_gate.rs"

[[test]]
name = "server_command"
path = "tests/server_command.rs"

[[test]]
name = "stacked_dev_live_e2e"
path = "tests/stacked_dev_live_e2e.rs"

[[test]]
name = "tail_follow_e2e"
path = "tests/tail_follow_e2e.rs"

[dependencies.aion]
version = "0.22.0"
package = "aion-rs"

[dependencies.aion-awl]
version = "0.22.0"

[dependencies.aion-awl-lsp]
version = "0.22.0"

[dependencies.aion-awl-package]
version = "0.22.0"

[dependencies.aion-client]
version = "0.22.0"

[dependencies.aion-core]
version = "0.22.0"

[dependencies.aion-integration-acp]
version = "0.22.0"
optional = true

[dependencies.aion-integration-norn]
version = "0.22.0"
optional = true

[dependencies.aion-integrations]
version = "0.22.0"

[dependencies.aion-package]
version = "0.22.0"

[dependencies.aion-proto]
version = "0.22.0"
features = ["generated"]

[dependencies.aion-server]
version = "0.22.0"
default-features = false

[dependencies.aion-toolchain]
version = "0.22.0"

[dependencies.aion-worker]
version = "0.22.0"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.futures]
version = "0.3"

[dependencies.jsonschema]
version = "0.46.6"
default-features = false

[dependencies.notify]
version = "8.2"

[dependencies.prost]
version = "0.14"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.52"
features = [
    "macros",
    "rt-multi-thread",
    "time",
    "net",
    "signal",
    "sync",
]

[dependencies.toml_edit]
version = "0.23"
features = ["serde"]

[dependencies.tonic]
version = "0.14"
features = ["transport"]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.23"

[dev-dependencies.aion-store]
version = "0.22.0"

[dev-dependencies.axum]
version = "0.8"
features = ["ws"]

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.fs4]
version = "1.1"

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

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

[dev-dependencies.tokio-stream]
version = "0.1.18"
features = ["net"]

[lints.clippy]
expect_used = "deny"
panic = "deny"
todo = "warn"
unwrap_used = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"