keelrun-cli 0.4.0

The `keel` binary: run | init | doctor | status | explain. The product's face — every command has a byte-deterministic `--json` twin and stable exit codes (dx-spec §1–2, §5–6).
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"
rust-version = "1.97"
name = "keelrun-cli"
version = "0.4.0"
build = "build.rs"
exclude = ["tests/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The `keel` binary: run | init | doctor | status | explain. The product's face — every command has a byte-deterministic `--json` twin and stable exit codes (dx-spec §1–2, §5–6)."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/MisterTK/keel"

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

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

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

[dependencies.keel-core]
version = "0.4.0"
package = "keelrun-core"

[dependencies.keel-core-api]
version = "0.4.0"

[dependencies.keel-journal]
version = "0.4.0"

[dependencies.oxc_allocator]
version = "=0.139.0"

[dependencies.oxc_ast]
version = "=0.139.0"

[dependencies.oxc_ast_visit]
version = "=0.139.0"

[dependencies.oxc_parser]
version = "=0.139.0"

[dependencies.oxc_span]
version = "=0.139.0"

[dependencies.oxc_syntax]
version = "=0.139.0"

[dependencies.rmp-serde]
version = "1.3"

[dependencies.rusqlite]
version = "0.40.1"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.serde_path_to_error]
version = "0.1.20"

[dependencies.sha2]
version = "0.10"

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dev-dependencies.rusqlite]
version = "0.40.1"
features = ["bundled"]

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

[dev-dependencies.tokio]
version = "1.47"
features = [
    "macros",
    "rt",
    "test-util",
    "time",
]

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[lints.clippy]
doc_markdown = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"

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

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

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "allow"
unused_qualifications = "warn"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1