[package] name = "elastic4r" version = "0.1.0" authors = ["bjk95 "] edition = "2018" license = "MIT OR Apache-2.0" description = "Elasticsearch library and CLI" readme = "README.md" homepage = "https://github.com/bjk95/elastic4r" repository = "https://github.com/bjk95/elastic4r" keywords = ["cli", "search", "demo"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3.13" serde = {version = "1.0.118", features = ["derive"]} confy = {version = "0.4.0", default_features = false} dirs = "3.0.1"