modcrawl 0.3.0

Detect, inspect, and analyze Minecraft mods and plugins from JAR files
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 = "2024"
name = "modcrawl"
version = "0.3.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Detect, inspect, and analyze Minecraft mods and plugins from JAR files"
homepage = "https://github.com/SirCesarium/modcrawl"
documentation = "https://docs.rs/modcrawl"
readme = "README.md"
keywords = [
    "minecraft",
    "mod",
    "analyzer",
    "loaders",
    "forge",
]
categories = [
    "development-tools",
    "development-tools::ffi",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/SirCesarium/modcrawl"

[features]
classfile = ["dep:java-class-rs"]
cli = ["dep:clap"]
default = ["cli"]

[lib]
name = "modcrawl"
crate-type = [
    "lib",
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

[[bin]]
name = "modcrawl"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.clap]
version = "4.6.1"
features = ["derive"]
optional = true

[dependencies.java-class-rs]
version = "0.1.0"
optional = true
default-features = false

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

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

[dependencies.serde-saphyr]
version = "0.0.27"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.1.2"

[dependencies.zipcrawl]
version = "2.4.0"
features = ["serde"]
default-features = false

[dev-dependencies.zip]
version = "8"

[build-dependencies.cbindgen]
version = "0.29.3"

[lints.clippy]
absolute_paths = "deny"
all = "deny"
expect_used = "deny"
pedantic = "deny"
unwrap_used = "deny"