[package] name = "es-public-proxy" version = "0.1.0" authors = ["Bryan Newbold "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hyper = "0.13" tokio = { version = "0.2", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" # testing #anyhow = "1" #reqwest = { version = "0.10", features = ["blocking"] }