mvn 0.2.0

Library for fetching and resolving maven dependencies.
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 = "mvn"
version = "0.2.0"
description = "Library for fetching and resolving maven dependencies."
license = "Apache-2.0 OR MIT"
repository = "https://github.com/cloudpeers/x"
resolver = "1"

[dependencies.anyhow]
version = "1.0.68"

[dependencies.log]
version = "0.4.17"

[dependencies.pubgrub]
version = "0.2.1"

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

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

[dependencies.xcommon]
version = "0.3.0"