# 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-lib" 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/maven-search-lib/latest/maven_search_lib/" readme = "README.md" keywords = [ "maven", "java", "search", ] license = "Apache-2.0" repository = "https://github.com/martin-g/maven_search_rs" [dependencies.getargs] version = "0.5.0" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.ureq] version = "2.8.0" features = ["json"]