[package]
edition = "2021"
name = "jbx"
version = "0.6.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "jbx: one-stop Java toolbox for scripts, tools, and agents"
readme = "README.md"
license = "MIT"
repository = "https://github.com/telegraphic-dev/juv"
[lib]
name = "jbx"
path = "src/lib.rs"
[[bin]]
name = "jbx"
path = "src/main.rs"
[[test]]
name = "app_install_command"
path = "tests/app_install_command.rs"
[[test]]
name = "build_command"
path = "tests/build_command.rs"
[[test]]
name = "cache_command"
path = "tests/cache_command.rs"
[[test]]
name = "catalog_alias_command"
path = "tests/catalog_alias_command.rs"
[[test]]
name = "check_command"
path = "tests/check_command.rs"
[[test]]
name = "directives"
path = "tests/directives.rs"
[[test]]
name = "docs_command"
path = "tests/docs_command.rs"
[[test]]
name = "doctor_command"
path = "tests/doctor_command.rs"
[[test]]
name = "export_command"
path = "tests/export_command.rs"
[[test]]
name = "external_catalog_command"
path = "tests/external_catalog_command.rs"
[[test]]
name = "fmt_command"
path = "tests/fmt_command.rs"
[[test]]
name = "graph_command"
path = "tests/graph_command.rs"
[[test]]
name = "info_command"
path = "tests/info_command.rs"
[[test]]
name = "info_fields_and_cache_batch"
path = "tests/info_fields_and_cache_batch.rs"
[[test]]
name = "init_command"
path = "tests/init_command.rs"
[[test]]
name = "jdk_command"
path = "tests/jdk_command.rs"
[[test]]
name = "maven_tool_command"
path = "tests/maven_tool_command.rs"
[[test]]
name = "metadata_info_command"
path = "tests/metadata_info_command.rs"
[[test]]
name = "native_export_command"
path = "tests/native_export_command.rs"
[[test]]
name = "publish_command"
path = "tests/publish_command.rs"
[[test]]
name = "publish_install_command"
path = "tests/publish_install_command.rs"
[[test]]
name = "remote_trust_batch"
path = "tests/remote_trust_batch.rs"
[[test]]
name = "rewrite_command"
path = "tests/rewrite_command.rs"
[[test]]
name = "run_java"
path = "tests/run_java.rs"
[[test]]
name = "runtime_option_batch"
path = "tests/runtime_option_batch.rs"
[[test]]
name = "search_command"
path = "tests/search_command.rs"
[[test]]
name = "skill_command"
path = "tests/skill_command.rs"
[[test]]
name = "test_command"
path = "tests/test_command.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.base64]
version = "0.22"
[dependencies.clap]
version = "4.5"
features = ["derive"]
[dependencies.dirs]
version = "5.0"
[dependencies.flate2]
version = "1.1"
[dependencies.md-5]
version = "0.10"
[dependencies.quick-xml]
version = "0.37"
[dependencies.quick_html2md]
version = "0.2"
[dependencies.regex]
version = "1.10"
[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]
[dependencies.sha1]
version = "0.10"
[dependencies.sha2]
version = "0.10"
[dependencies.tar]
version = "0.4"
[dependencies.ureq]
version = "2.12"
[dependencies.walkdir]
version = "2.5"
[dependencies.which]
version = "7.0"
[dependencies.zip]
version = "2.4"
[dev-dependencies.tempfile]
version = "3.10"