aion-cli 0.5.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.5.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 = "MIT OR Apache-2.0"
repository = "https://github.com/tomWhiting/aion"
resolver = "2"

[features]
auth = ["aion-server/auth"]

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

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

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

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

[dependencies.uuid]
version = "1.23"

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

[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"
features = ["net"]

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

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

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

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