[[bin]]
name = "jbuild"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.atty]
version = "0.2"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.4"
[dependencies.clap_complete]
version = "4.4"
[dependencies.colored]
version = "2.1"
[dependencies.env_logger]
version = "0.11"
[dependencies.glob]
version = "0.3"
[dependencies.hex]
version = "0.4"
[dependencies.indexmap]
version = "2.0"
[dependencies.indicatif]
version = "0.17"
[dependencies.jni]
optional = true
version = "0.21"
[dependencies.log]
version = "0.4"
[dependencies.md5]
version = "0.7"
[dependencies.notify]
version = "6.1"
[dependencies.pathdiff]
version = "0.2"
[dependencies.quick-xml]
features = ["serialize"]
version = "0.31"
[dependencies.regex]
version = "1.10"
[dependencies.reqwest]
features = ["json", "blocking"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha1]
version = "0.10"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.35"
[dependencies.toml]
version = "0.8"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[dependencies.tree-sitter]
version = "0.20"
[dependencies.tree-sitter-java]
version = "0.20"
[dependencies.ureq]
version = "2.9"
[dependencies.url]
version = "2.5"
[dependencies.urlencoding]
version = "2.1"
[dependencies.walkdir]
version = "2.4"
[dependencies.which]
version = "6.0"
[dependencies.zip]
version = "0.6"
[dev-dependencies.insta]
version = "1.38"
[dev-dependencies.tempfile]
version = "3.10"
[features]
default = []
jni = ["dep:jni"]
[lib]
name = "jbuild"
path = "src/lib.rs"
[package]
authors = ["Ying Kit WONG"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::build-utils", "command-line-utilities"]
description = "High-performance Java build tool supporting Maven and Gradle"
edition = "2024"
keywords = ["java", "maven", "gradle", "build", "pom"]
license = "Apache-2.0"
name = "jbuild"
readme = "README.md"
repository = "https://github.com/yingkitw/jbuild"
version = "0.1.2"
[[test]]
name = "ast_util_test"
path = "tests/ast_util_test.rs"
[[test]]
name = "base_check_test"
path = "tests/base_check_test.rs"
[[test]]
name = "check_edge_cases_test"
path = "tests/check_edge_cases_test.rs"
[[test]]
name = "check_test"
path = "tests/check_test.rs"
[[test]]
name = "cli_commands_test"
path = "tests/cli_commands_test.rs"
[[test]]
name = "comprehensive_example_test"
path = "tests/comprehensive_example_test.rs"
[[test]]
name = "core_test"
path = "tests/core_test.rs"
[[test]]
name = "default_logger_test"
path = "tests/default_logger_test.rs"
[[test]]
name = "error_handling_test"
path = "tests/error_handling_test.rs"
[[test]]
name = "event_test"
path = "tests/event_test.rs"
[[test]]
name = "example_project"
path = "tests/example_project.rs"
[[test]]
name = "example_test"
path = "tests/example_test.rs"
[[test]]
name = "file_test"
path = "tests/file_test.rs"
[[test]]
name = "full_ident_test"
path = "tests/full_ident_test.rs"
[[test]]
name = "gradle_tests"
path = "tests/gradle_tests.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
[[test]]
name = "multi_module_tests"
path = "tests/multi_module_tests.rs"
[[test]]
name = "output_formatter_test"
path = "tests/output_formatter_test.rs"
[[test]]
name = "parser_test"
path = "tests/parser_test.rs"
[[test]]
name = "snapshot_tests"
path = "tests/snapshot_tests.rs"
[[test]]
name = "tree_walker_file_set_check_test"
path = "tests/tree_walker_file_set_check_test.rs"
[[test]]
name = "tree_walker_test"
path = "tests/tree_walker_test.rs"
[[test]]
name = "unit_tests"
path = "tests/unit_tests.rs"
[[test]]
name = "utils_test"
path = "tests/utils_test.rs"
[[test]]
name = "violation_test"
path = "tests/violation_test.rs"