# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "estunnel" version = "1.8.6" authors = ["Wenxuan Zhang "] description = "Tool for downloading data from elasticsearch cluster." readme = "README.md" keywords = ["es", "elasticsearch", "scroll", "tool", "download"] license = "MIT" repository = "https://github.com/wfxr/estunnel" [profile.release] lto = true codegen-units = 1 [dependencies.crossbeam] version = "0.7" [dependencies.indicatif] version = "0" [dependencies.num_cpus] version = "1" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.10" features = ["blocking", "json"] [dependencies.rpassword] version = "3" [dependencies.self_update] version = "0" features = ["archive-tar", "compression-flate2"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" features = ["raw_value"] [dependencies.structopt] version = "0.3" default-features = true [dependencies.threadpool] version = "1"