amql-cli 0.0.0-alpha.0

AQL command-line interface and REPL
# 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 = "amql-cli"
version = "0.0.0-alpha.0"
authors = ["vikr01"]
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AQL command-line interface and REPL"
homepage = "https://github.com/vikr01/aql"
readme = "README.md"
license = "MIT"
repository = "https://github.com/vikr01/aql"

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

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

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

[dependencies.amql-engine]
version = "0.0.0-alpha.0"

[dependencies.amql-log]
version = "0.0.0-alpha.0"

[dependencies.amql-mcp-server]
version = "0.0.0-alpha.0"

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

[dependencies.color-eyre]
version = "0.6"

[dependencies.rmcp]
version = "0.14"
features = [
    "server",
    "transport-io",
]

[dependencies.rustc-hash]
version = "2"

[dependencies.rustyline]
version = "15"

[dependencies.serde_json]
version = "1"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

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

[build-dependencies.toml]
version = "0.8"

[lints.clippy]
needless_pass_by_ref_mut = "deny"
ptr_arg = "deny"

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

[lints.rust]
unsafe_code = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(dylint_lib, values("aql_lints"))']