[package] name = "jheap_histo" version = "0.1.0" authors = ["lloydmeta "] edition = "2018" description = "Ingests Java heap histograms to Elasticsearch" license = "MIT" keywords = ["Java", "heap", "histogram"] repository = "https://github.com/lloydmeta/jhhi" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] [dependencies] combine = "4.4" chrono = "0.4" tokio = { version = "0.2", features = ["fs"] } thiserror = "1.0" log = "0.4" [dev-dependencies] # When elasticsearch upgrades to use a version of reqwest that supports tokio 0.3, use `rt-multi-threaded` tokio = { version = "0.2", features = ["macros", "rt-threaded"] }