[[bench]]
harness = false
name = "formatting_benchmarks"
path = "benches/formatting_benchmarks.rs"
[[bin]]
name = "iron"
path = "src/bin/iron_control_unilang.rs"
[[bin]]
name = "iron-token"
path = "src/bin/iron_token_unilang.rs"
[build-dependencies.serde_yaml]
version = "0.9"
[dependencies.async-trait]
optional = true
version = "0.1"
[dependencies.base64]
version = "0.22"
[dependencies.dirs]
optional = true
version = "5.0"
[dependencies.iron_config_loader]
version = "0.4.0"
[dependencies.keyring]
optional = true
version = "2.3"
[dependencies.regex]
version = "1.10"
[dependencies.reqwest]
features = ["json"]
optional = true
version = "0.11"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dependencies.serde_json]
optional = true
version = "1.0"
[dependencies.serde_yaml]
optional = true
version = "0.9"
[dependencies.tokio]
features = ["full", "full"]
optional = true
version = "1.48"
[dependencies.tree_fmt]
features = ["table_plain", "expanded_postgres", "format_json", "format_yaml"]
version = "0.7.0"
[dependencies.unilang]
features = ["default"]
optional = true
version = "0.44.0"
[dev-dependencies.axum]
version = "0.7"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[dev-dependencies.reqwest]
features = ["json"]
version = "0.11"
[dev-dependencies.sqlx]
features = ["sqlite", "runtime-tokio-rustls"]
version = "0.8"
[dev-dependencies.tower]
version = "0.4"
[features]
default = ["full"]
enabled = ["dep:tokio", "dep:serde", "dep:serde_json", "dep:serde_yaml", "dep:reqwest", "dep:unilang", "dep:async-trait", "dep:dirs", "dep:keyring"]
full = ["enabled"]
test-adapter = []
[lib]
name = "iron_cli"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities"]
description = "Command-line interface for Iron Cage agent management"
edition = "2021"
keywords = ["cli", "agent", "management", "command-line"]
license = "MIT"
name = "iron_cli"
readme = "readme.md"
repository = "https://github.com/.../iron_runtime"
rust-version = "1.70"
version = "0.4.0"
[[test]]
name = "adapters"
path = "tests/adapters.rs"
[[test]]
name = "api_parity"
path = "tests/api_parity.rs"
[[test]]
name = "config_test"
path = "tests/config_test.rs"
[[test]]
name = "formatting"
path = "tests/formatting.rs"
[[test]]
name = "handlers"
path = "tests/handlers.rs"
[[test]]
name = "impossibility_tests"
path = "tests/impossibility_tests.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
[[test]]
name = "lint"
path = "tests/lint.rs"
[[test]]
name = "migration"
path = "tests/migration.rs"
[[test]]
name = "parameters_test"
path = "tests/parameters_test.rs"
[[test]]
name = "routing"
path = "tests/routing.rs"