# 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 = "2018" name = "maven-toolbox" version = "0.0.3" authors = ["Ivan Bodrov "] description = "A collection of Maven-related utilities." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/concord-workflow/maven-toolbox-rs" [dependencies.log] version = "0.4" [dependencies.roxmltree] version = "0" optional = true [dependencies.ureq] version = "2" features = ["tls"] optional = true default-features = false [dev-dependencies.env_logger] version = "0.8" [features] default = ["default-impl"] default-impl = [ "ureq", "roxmltree", ]