mille 0.0.13

Architecture Checker — Rust-based multi-language architecture linter
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 = "2021"
name = "mille"
version = "0.0.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Architecture Checker — Rust-based multi-language architecture linter"
readme = "README.md"
keywords = [
    "architecture",
    "linter",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/makinzm/mille"

[package.metadata.deb]
assets = [
    [
    "target/release/mille",
    "usr/bin/",
    "755",
],
    [
    "README.md",
    "usr/share/doc/mille/README",
    "644",
],
]
copyright = "2024 makinzm"
depends = "$auto"
license-file = [
    "LICENSE",
    "4",
]
maintainer = "makinzm <makinzm@users.noreply.github.com>"
priority = "optional"
section = "utility"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.glob]
version = "0.3"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "1.0.3"

[dependencies.tree-sitter]
version = "0.22"

[dependencies.tree-sitter-go]
version = "0.21"

[dependencies.tree-sitter-java]
version = "0.21"

[dependencies.tree-sitter-javascript]
version = "0.21"

[dependencies.tree-sitter-kotlin]
version = "0.3"

[dependencies.tree-sitter-php]
version = "0.22"

[dependencies.tree-sitter-python]
version = "0.21"

[dependencies.tree-sitter-rust]
version = "0.21"

[dependencies.tree-sitter-typescript]
version = "0.21"

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