# 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 = "ed-system-search" version = "1.1.47" authors = ["Billie Thompson "] description = "Find interesting systems in the EDSM data dump" keywords = [ "elite", "elite-dangerous", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "CC0-1.0" repository = "https://github.com/PurpleBooth/ed-system-search/" [dependencies.clap] version = "3.1.18" features = [ "derive", "cargo", "wrap_help", "yaml", "env", "unicode", ] [dependencies.flate2] version = "1.0.23" [dependencies.futures] version = "0.3.21" [dependencies.indoc] version = "1.0.6" [dependencies.miette] version = "4.7.1" features = ["fancy"] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.18.2" features = ["full"]