# 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" rust-version = "1.72.0" name = "maven_search_cmdline" version = "0.3.0" authors = ["Martin Grigorov "] description = "A library for searching in Maven Central and formatting to Maven/Gradle/Gradle.kts/Sbt/Ivy/Lein" homepage = "https://github.com/martin-g/maven_search_rs" documentation = "https://docs.rs/crate/maven_search_cmdline/latest" readme = "README.md" keywords = [ "maven", "java", "search", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/martin-g/maven_search_rs" [[bin]] name = "maven-search" path = "src/main.rs" [dependencies.dialoguer] version = "0.10.4" [dependencies.env_logger] version = "0.10.0" [dependencies.getargs] version = "0.5.0" [dependencies.log] version = "0.4.20" [dependencies.maven-search-lib] version = "0.3.0" [dependencies.update-informer] version = "1.1.0"