code-moniker 0.2.0

Standalone CLI / linter for the code-moniker symbol graph: per-file probe, directory summary, 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.85"
name = "code-moniker"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standalone CLI / linter for the code-moniker symbol graph: per-file probe, directory summary, 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"]
pretty = ["dep:anstyle"]

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.ignore]
version = "0.4"

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

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