marque 0.2.0

Classification marking linter, formatter, and fixer
# 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 = "marque"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Classification marking linter, formatter, and fixer"
readme = false
license = "Apache-2.0"
repository = "https://github.com/marquetools/marque"
resolver = "2"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.humantime]
version = "2.3.0"

[dependencies.is-terminal]
version = "0.4.17"

[dependencies.marque-capco]
version = "0.2.0"

[dependencies.marque-config]
version = "0.2.0"

[dependencies.marque-engine]
version = "0.2.0"
features = ["batch"]
default-features = false

[dependencies.marque-extract]
version = "0.2.0"

[dependencies.marque-ism]
version = "0.2.0"

[dependencies.marque-rules]
version = "0.2.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tempfile]
version = "3.27.0"

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

[dependencies.tracing]
version = "0.1.44"

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

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

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