[[bin]]
name = "rusty-jar"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.53"
[dependencies.snafu]
version = "0.8.9"
[dependencies.zip]
version = "6.0.0"
[dev-dependencies.assert_matches]
version = "1.5.0"
[lib]
name = "rusty_jar"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A Rust library and CLI tool for working with JAR files used in the Java ecosystem."
documentation = "https://docs.rs/rusty-jar"
edition = "2024"
exclude = ["tests/**"]
homepage = "https://github.com/hextriclosan/rusty-jvm/tree/main/rusty-jar"
keywords = ["jvm", "java", "jar"]
license = "MIT"
name = "rusty-jar"
readme = "README.md"
repository = "https://github.com/hextriclosan/rusty-jvm"
resolver = "2"
version = "0.0.1"