[package] name = "brook-metrics" description = "A server to handle brook metric reporting" version = "0.1.0" authors = ["Mx Kookie "] edition = "2018" [dependencies] ratman-identity = { version = "0.5", features = ["random"] } chrono = "0.4" hyper = "0.13" json = "0.12" lazy_static = "1.0" #TODO: remove this when async-h2 comes out tokio = { version = "0.2", features = ["full"] }