aion-cli 0.9.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.85"
name = "aion-cli"
version = "0.9.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]
auth = ["aion-server/auth"]
default = [
    "haematite-backend",
    "liminal-transport",
    "norn",
]
haematite-backend = ["aion-server/haematite-backend"]
libsql-backend = ["aion-server/libsql-backend"]
liminal-transport = ["aion-server/liminal-transport"]
norn = [
    "dep:aion-integration-norn",
    "dep:aion-integrations",
]

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

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

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

[[test]]
name = "dev_hot_reload_e2e"
path = "tests/dev_hot_reload_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 = "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_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 = "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 = "server_command"
path = "tests/server_command.rs"

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

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

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

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

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

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

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

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

[dependencies.aion-integrations]
version = "0.9.0"
optional = true

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

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

[dependencies.aion-server]
version = "0.9.0"

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

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

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.notify]
version = "8.2"

[dependencies.prost]
version = "0.14"

[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",
]

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

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

[dependencies.uuid]
version = "1.23"

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

[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"