# 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 = "limber" version = "1.1.1" authors = ["Isaac Whitfield "] description = "A simple (but quick) tool for backing up Elasticsearch documents." readme = "README.md" keywords = [ "backup", "elastic", "elasticsearch", "import", "logging", ] categories = [ "command-line-interface", "command-line-utilities", "parsing", ] license = "MIT" repository = "https://github.com/whitfin/limber" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.anyhow] version = "1.0" [dependencies.bytelines] version = "2.4" [dependencies.clap] version = "3.1" [dependencies.elasticsearch] version = "7.14.0-alpha.1" [dependencies.futures] version = "0.3" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.url] version = "2.2"