keel-cli 0.4.2

CLI entry point and command routing for keel
# 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 = "2021"
name = "keel-cli"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI entry point and command routing for keel"
homepage = "https://keel.engineer"
readme = "README.md"
keywords = [
    "code-graph",
    "enforcement",
    "llm",
    "tree-sitter",
    "linter",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license-file = "LICENSE"
repository = "https://github.com/FryrAI/Keel"

[features]
default = ["tier3"]
tier3 = ["keel-parsers/tier3"]

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

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

[dependencies.clap_complete]
version = "4"

[dependencies.dialoguer]
version = "0.11"

[dependencies.keel-core]
version = "0.4.2"

[dependencies.keel-enforce]
version = "0.4.2"

[dependencies.keel-output]
version = "0.4.2"

[dependencies.keel-parsers]
version = "0.4.2"

[dependencies.keel-server]
version = "0.4.2"

[dependencies.notify]
version = "7"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.ureq]
version = "3"

[dependencies.webbrowser]
version = "1"

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh64"]

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

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