# 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 = "geolocate_lib" version = "4.0.0" authors = ["Nagy Botond benjiwonton@gmail.com"] description = "A CLI for geolocation data providers" readme = "README.md" keywords = [ "cli", "geolocation", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/westernwontons/geolocate" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.clap_complete] version = "4.1.2" [dependencies.colored] version = "2.0.0" [dependencies.confy] version = "0.5.1" [dependencies.json-color] version = "0.7.1" [dependencies.reqwest] version = "0.11.14" features = ["json"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.25.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.toml] version = "0.7.2"