pman 0.2.1

A Rust port of Apache Maven for building and managing Java projects
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 = "2021"
name = "pman"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust port of Apache Maven for building and managing Java projects"
homepage = "https://github.com/aqib-oss/pman"
readme = "README.md"
keywords = [
    "maven",
    "java",
    "build-tool",
    "package-manager",
    "cli",
]
license = "Apache-2.0"
repository = "https://github.com/aqib-oss/pman"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.dirs]
version = "5"

[dependencies.hex]
version = "0.4"

[dependencies.quick-xml]
version = "0.31"
features = ["serialize"]

[dependencies.reqwest]
version = "0.11"
features = [
    "blocking",
    "json",
]

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

[dependencies.sha1]
version = "0.10"

[dependencies.walkdir]
version = "2"

[dependencies.zip]
version = "0.6"

[dev-dependencies.tempfile]
version = "3"