code-moniker 0.4.0

Standalone CLI / linter for the code-moniker symbol graph: file and directory probes, project-wide architecture rules.
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.86"
name = "code-moniker"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standalone CLI / linter for the code-moniker symbol graph: file and directory probes, project-wide architecture rules."
homepage = "https://github.com/ng-galien/code-moniker"
documentation = "https://docs.rs/code-moniker"
readme = "README.md"
keywords = [
    "code-search",
    "linter",
    "ast",
    "tree-sitter",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ng-galien/code-moniker"
resolver = "2"

[features]
default = ["pretty"]
mcp = [
    "dep:axum",
    "dep:rmcp",
    "dep:tokio",
    "dep:tokio-util",
    "dep:tracing",
    "dep:tracing-subscriber",
]
pretty = ["dep:anstyle"]
tui = [
    "pretty",
    "dep:ratatui",
    "dep:ratatui-textarea",
    "dep:crossterm",
]

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

[[bin]]
name = "code-moniker"
path = "src/main.rs"

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

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

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

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

[dependencies.anstyle]
version = "1"
optional = true

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"
features = [
    "http1",
    "tokio",
]
optional = true
default-features = false

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

[dependencies.code-moniker-check]
version = "0.4.0"

[dependencies.code-moniker-core]
version = "0.4.0"
features = ["serde"]

[dependencies.code-moniker-daemon]
version = "0.4.0"

[dependencies.code-moniker-daemon-client]
version = "0.4.0"

[dependencies.code-moniker-query]
version = "0.4.0"

[dependencies.code-moniker-workspace]
version = "0.4.0"

[dependencies.crossterm]
version = "0.29"
optional = true

[dependencies.ignore]
version = "0.4"

[dependencies.ratatui]
version = "0.30"
optional = true

[dependencies.ratatui-textarea]
version = "0.9.1"
optional = true

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.rmcp]
version = "1.7"
features = [
    "server",
    "transport-streamable-http-server",
]
optional = true
default-features = false

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "rt",
    "net",
    "sync",
    "time",
    "macros",
]
optional = true

[dependencies.tokio-util]
version = "0.7"
optional = true

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "std",
]
optional = true
default-features = false

[dev-dependencies.insta]
version = "1"
features = [
    "glob",
    "json",
]

[dev-dependencies.proptest]
version = "1"
features = ["std"]
default-features = false