[package]
edition = "2024"
rust-version = "1.89"
name = "aion-server"
version = "0.25.1"
authors = ["Tom Whiting <tom@ablative.com.au>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Aion workflow server library: HTTP, gRPC, WebSocket, and worker endpoints. Run it with the `aion` binary from the aion-cli crate."
documentation = "https://docs.rs/aion-server"
readme = "README.md"
keywords = [
"aion",
"workflow",
"durable-execution",
"server",
"grpc",
]
categories = [
"asynchronous",
"development-tools",
]
license = "AGPL-3.0-only"
repository = "https://github.com/ablative-io/aion"
resolver = "2"
[features]
auth = [
"dep:jsonwebtoken",
"dep:reqwest",
]
default = ["liminal-transport"]
liminal-transport = [
"dep:liminal-sdk",
"dep:liminal-server",
"dep:liminal",
]
[lib]
name = "aion_server"
path = "src/lib.rs"
[[example]]
name = "failover_demo"
path = "examples/failover_demo.rs"
[[example]]
name = "lsub5_xnode_failover_demo"
path = "examples/lsub5_xnode_failover_demo.rs"
required-features = ["liminal-transport"]
[[test]]
name = "assistant_embed_e2e"
path = "tests/assistant_embed_e2e.rs"
[[test]]
name = "assistant_private_queue"
path = "tests/assistant_private_queue.rs"
[[test]]
name = "authoring_e2e"
path = "tests/authoring_e2e.rs"
[[test]]
name = "authoring_out_of_box_e2e"
path = "tests/authoring_out_of_box_e2e.rs"
[[test]]
name = "awl_deploy_direct_e2e"
path = "tests/awl_deploy_direct_e2e.rs"
[[test]]
name = "bridge_liminal_dispatch_e2e"
path = "tests/bridge_liminal_dispatch_e2e.rs"
[[test]]
name = "dead_man_switch_e2e"
path = "tests/dead_man_switch_e2e.rs"
[[test]]
name = "dead_man_switch_refusal_logs"
path = "tests/dead_man_switch_refusal_logs.rs"
[[test]]
name = "deploy_api_e2e"
path = "tests/deploy_api_e2e.rs"
[[test]]
name = "deploy_audit_log"
path = "tests/deploy_audit_log.rs"
[[test]]
name = "deploy_restart_e2e"
path = "tests/deploy_restart_e2e.rs"
[[test]]
name = "dev_ui_e2e"
path = "tests/dev_ui_e2e.rs"
[[test]]
name = "graceful_shutdown_park_e2e"
path = "tests/graceful_shutdown_park_e2e.rs"
[[test]]
name = "grpc_admission_refusal_logs"
path = "tests/grpc_admission_refusal_logs.rs"
[[test]]
name = "grpc_liminal_one_eligibility_set"
path = "tests/grpc_liminal_one_eligibility_set.rs"
[[test]]
name = "grpc_worker_liveness_e2e"
path = "tests/grpc_worker_liveness_e2e.rs"
[[test]]
name = "haematite_backend"
path = "tests/haematite_backend.rs"
[[test]]
name = "heartbeat_sweeper_e2e"
path = "tests/heartbeat_sweeper_e2e.rs"
[[test]]
name = "liveness_verdict_transport_scope"
path = "tests/liveness_verdict_transport_scope.rs"
[[test]]
name = "lsub1_xnode_dispatch_e2e"
path = "tests/lsub1_xnode_dispatch_e2e.rs"
[[test]]
name = "lsub3_failover_e2e"
path = "tests/lsub3_failover_e2e.rs"
[[test]]
name = "lsub5_xnode_failover_e2e"
path = "tests/lsub5_xnode_failover_e2e.rs"
[[test]]
name = "managed_worker_drain_e2e"
path = "tests/managed_worker_drain_e2e.rs"
[[test]]
name = "mcp_surface_e2e"
path = "tests/mcp_surface_e2e.rs"
[[test]]
name = "namespace_mint_forward_e2e"
path = "tests/namespace_mint_forward_e2e.rs"
[[test]]
name = "namespace_mint_routing_e2e"
path = "tests/namespace_mint_routing_e2e.rs"
[[test]]
name = "namespace_restart"
path = "tests/namespace_restart.rs"
[[test]]
name = "noi5b_noi6_live_agent_e2e"
path = "tests/noi5b_noi6_live_agent_e2e.rs"
[[test]]
name = "noi6_intervention_routing_e2e"
path = "tests/noi6_intervention_routing_e2e.rs"
[[test]]
name = "ops_console_packaging"
path = "tests/ops_console_packaging.rs"
[[test]]
name = "outbox_delivery_contract_e2e"
path = "tests/outbox_delivery_contract_e2e.rs"
[[test]]
name = "outbox_transport_e2e"
path = "tests/outbox_transport_e2e.rs"
[[test]]
name = "query_workflow"
path = "tests/query_workflow.rs"
[[test]]
name = "recovery_declared_body_e2e"
path = "tests/recovery_declared_body_e2e.rs"
[[test]]
name = "routing_forward_e2e"
path = "tests/routing_forward_e2e.rs"
[[test]]
name = "routing_nstq_node_compose_e2e"
path = "tests/routing_nstq_node_compose_e2e.rs"
[[test]]
name = "run_server_outbox_e2e"
path = "tests/run_server_outbox_e2e.rs"
[[test]]
name = "shutdown_process_exit_e2e"
path = "tests/shutdown_process_exit_e2e.rs"
[[test]]
name = "ss3_directory_failover_e2e"
path = "tests/ss3_directory_failover_e2e.rs"
[[test]]
name = "ss5b_auto_failover"
path = "tests/ss5b_auto_failover.rs"
[[test]]
name = "transcript_retention_e2e"
path = "tests/transcript_retention_e2e.rs"
[[test]]
name = "transcript_stream_e2e"
path = "tests/transcript_stream_e2e.rs"
[[test]]
name = "unserved_park_cluster_event"
path = "tests/unserved_park_cluster_event.rs"
[[test]]
name = "unserved_queue_honesty"
path = "tests/unserved_queue_honesty.rs"
[[test]]
name = "unserved_queue_policies"
path = "tests/unserved_queue_policies.rs"
[[test]]
name = "update_check_live_e2e"
path = "tests/update_check_live_e2e.rs"
[[test]]
name = "update_check_start_binding"
path = "tests/update_check_start_binding.rs"
[[test]]
name = "websocket_resume"
path = "tests/websocket_resume.rs"
[[test]]
name = "worker_contract_registration"
path = "tests/worker_contract_registration.rs"
[[test]]
name = "worker_deployment_spawn_fence"
path = "tests/worker_deployment_spawn_fence.rs"
[[test]]
name = "worker_dispatch_delivery"
path = "tests/worker_dispatch_delivery.rs"
[[test]]
name = "worker_lifecycle_admin"
path = "tests/worker_lifecycle_admin.rs"
[[test]]
name = "worker_sdk_e2e"
path = "tests/worker_sdk_e2e.rs"
[dependencies.aion]
version = "0.25.1"
package = "aion-rs"
[dependencies.aion-awl]
version = "0.25.1"
[dependencies.aion-awl-package]
version = "0.25.1"
[dependencies.aion-core]
version = "0.25.1"
[dependencies.aion-integrations]
version = "0.25.1"
[dependencies.aion-mcp]
version = "0.25.1"
[dependencies.aion-package]
version = "0.25.1"
[dependencies.aion-proto]
version = "0.25.1"
features = ["generated"]
[dependencies.aion-store]
version = "0.25.1"
[dependencies.aion-store-haematite]
version = "0.25.1"
[dependencies.aion-toolchain]
version = "0.25.1"
[dependencies.aion-worker]
version = "0.25.1"
[dependencies.async-trait]
version = "0.1"
[dependencies.axum]
version = "0.8"
features = ["ws"]
[dependencies.base64]
version = "0.22.1"
[dependencies.cap-fs-ext]
version = "4.0.2"
[dependencies.cap-std]
version = "4.0.2"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.dashmap]
version = "6.2"
[dependencies.futures]
version = "0.3"
[dependencies.haematite]
version = "0.12.0"
[dependencies.http-body-util]
version = "0.1"
[dependencies.jsonschema]
version = "0.46.6"
default-features = false
[dependencies.jsonwebtoken]
version = "10.3.0"
features = ["rust_crypto"]
optional = true
[dependencies.liminal]
version = "0.8.0"
optional = true
package = "liminal-rs"
[dependencies.liminal-sdk]
version = "0.10.0"
optional = true
[dependencies.liminal-server]
version = "0.11.0"
optional = true
[dependencies.prometheus]
version = "0.14.0"
[dependencies.prost]
version = "0.14"
[dependencies.reqwest]
version = "0.13.4"
features = [
"json",
"rustls",
]
optional = true
default-features = false
[dependencies.rust-embed]
version = "8.11.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.11"
[dependencies.sysinfo]
version = "0.37"
features = ["system"]
default-features = false
[dependencies.tempfile]
version = "3.27.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
version = "1.52"
features = ["full"]
[dependencies.tokio-stream]
version = "0.1.18"
[dependencies.toml]
version = "1.1"
[dependencies.toml_edit]
version = "0.23"
[dependencies.tonic]
version = "0.14"
[dependencies.tower]
version = "0.5"
features = ["util"]
[dependencies.tower-http]
version = "0.6"
features = ["cors"]
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"
features = [
"env-filter",
"fmt",
"json",
"env-filter",
]
[dependencies.uuid]
version = "1.23"
[dev-dependencies.aion-core]
version = "0.25.1"
[dev-dependencies.aion-package]
version = "0.25.1"
features = ["test-support"]
[dev-dependencies.aion-store]
version = "0.25.1"
features = ["test-support"]
[dev-dependencies.fs4]
version = "1.1"
[dev-dependencies.reqwest]
version = "0.13.4"
features = [
"json",
"rustls",
]
default-features = false
[dev-dependencies.schemars]
version = "1.0"
[dev-dependencies.tempfile]
version = "3.27.0"
[dev-dependencies.tokio-stream]
version = "0.1.18"
features = ["net"]
[dev-dependencies.tokio-tungstenite]
version = "0.29.0"
[dev-dependencies.zip]
version = "8.6"
[target.'cfg(target_os = "macos")'.dependencies.aion-darwin-acl]
version = "0.25.1"
[target.'cfg(target_os = "macos")'.dev-dependencies.exacl]
version = "0.13.0"
[target.'cfg(target_os = "macos")'.dev-dependencies.users]
version = "0.11.0"
default-features = false
[target."cfg(unix)".dependencies.nix]
version = "0.30"
features = ["signal"]
[target."cfg(unix)".dependencies.rustix]
version = "1.1.4"
features = [
"fs",
"process",
]
[target."cfg(unix)".dependencies.signal-hook]
version = "0.3.18"
[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"