ym 0.3.24

Yummy - A modern Java build tool
# 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"
rust-version = "1.85"
name = "ym"
version = "0.3.24"
build = "build.rs"
exclude = [
    ".github/",
    ".claude/",
    "CLAUDE.md",
    "install.sh",
    "install.ps1",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Yummy - A modern Java build tool"
homepage = "https://github.com/ympkg/yummy"
readme = "README.md"
keywords = [
    "java",
    "build-tool",
    "package-manager",
    "gradle",
    "maven",
]
categories = [
    "command-line-utilities",
    "development-tools::build-utils",
]
license = "MIT"
repository = "https://github.com/ympkg/yummy"

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.console]
version = "0.15"

[dependencies.ctrlc]
version = "3"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "6.0.0"

[dependencies.glob]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.libc]
version = "0.2"

[dependencies.md5]
version = "0.7"

[dependencies.notify]
version = "7"

[dependencies.petgraph]
version = "0.6"
features = ["serde-1"]

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "socks",
    "rustls-tls",
]
default-features = false

[dependencies.roxmltree]
version = "0.20"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2"

[dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false

[profile.release]
opt-level = 3
lto = true
strip = true