# 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 = "elasticli" version = "0.1.0" authors = ["Giufus"] description = "The missing Elasticsearch CLI" documentation = "https://github.com/giufus/elasticli.rs#readme" readme = "README.md" keywords = [ "cli", "elasticsearch", "elastic", "full-text", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/giufus/elasticli.rs" [dependencies.async-trait] version = "0.1.68" [dependencies.clap] version = "4.3.3" features = ["derive"] [dependencies.hydroconf] version = "0.2.0" [dependencies.openssl] version = "0.10.55" features = ["vendored"] [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.2" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.2"