kaji 0.0.1

Steer your Keycloak configuration to a stable, declared state.
Documentation
# 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"
name = "kaji"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Steer your Keycloak configuration to a stable, declared state."
readme = "README.md"
license = "MIT"
repository = "https://github.com/ffalcinelli/kaji"

[lib]
name = "kaji"
path = "src/lib.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[[bench]]
name = "bench_apply"
path = "benches/bench_apply.rs"
harness = false

[[bench]]
name = "bench_inspect"
path = "benches/bench_inspect.rs"
harness = false

[[bench]]
name = "benchmark"
path = "benches/benchmark.rs"
harness = false

[[bench]]
name = "models_bench"
path = "benches/models_bench.rs"
harness = false

[dependencies.anyhow]
version = "1.0.102"

[dependencies.async-recursion]
version = "1.1.1"

[dependencies.async-trait]
version = "0.1.86"

[dependencies.axum]
version = "0.8.8"

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

[dependencies.console]
version = "0.16.3"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.env_logger]
version = "0.11.9"

[dependencies.futures]
version = "0.3.32"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.log]
version = "0.4.29"

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

[dependencies.sanitize-filename]
version = "0.6.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.10.0"
package = "serde_yaml_ng"

[dependencies.similar]
version = "2.7.0"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dev-dependencies.assert_cmd]
version = "2.2.0"

[dev-dependencies.cargo-husky]
version = "1.5.0"
features = [
    "run-cargo-fmt",
    "run-cargo-clippy",
    "precommit-hook",
]
default-features = false

[dev-dependencies.criterion]
version = "0.5"
features = ["async_tokio"]

[dev-dependencies.mockito]
version = "1.7.2"

[dev-dependencies.predicates]
version = "3.1.4"

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