# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "self-meter-http" version = "0.4.1" authors = ["paul@colomiets.name"] description = " A http renderer for self-meter crate, easily pluggable into tokio-based,\n or tk-http-based. May be plugged in any other application using\n separate thread.\n" homepage = "http://github.com/tailhook/self-meter-http" documentation = "http://docs.rs/self-meter-http" readme = "README.rst" keywords = ["metrics", "monitoring"] categories = ["asynchronous", "network-programming"] license = "MIT/Apache-2.0" [dependencies.tokio-core] version = "0.1.2" [dependencies.serde_json] version = "1.0.0" [dependencies.serde] version = "1.0.0" [dependencies.self-meter] version = "0.6.0" [dependencies.futures] version = "0.1.10" [dependencies.log] version = "0.3.7" [dependencies.tk-http] version = "0.3.0" default-features = false [dev-dependencies.env_logger] version = "0.4.2" [dev-dependencies.tk-listen] version = "0.1.0" [dev-dependencies.tk-easyloop] version = "0.1.1"