lmcomplete 0.1.0-alpha.1

Context-aware shell command expansion and explanation
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 = "lmcomplete"
version = "0.1.0-alpha.1"
build = false
exclude = [".env"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Context-aware shell command expansion and explanation"
homepage = "https://github.com/matteo/lmcomplete"
documentation = "https://docs.rs/lmcomplete"
readme = "README.md"
keywords = [
    "cli",
    "shell",
    "llm",
    "terminal",
    "openrouter",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/matteo/lmcomplete"

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

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

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

[dependencies.anyhow]
version = "1.0.102"

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

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

[dependencies.directories]
version = "6.0.0"

[dependencies.regex]
version = "1.12.2"

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

[dependencies.secretscan]
version = "0.2.2"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
version = "1.50.0"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.toml]
version = "1.1.0"

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

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

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