# 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 = "telemetry" version = "0.1.3" authors = ["David Rajchenbach-Teller "] exclude = ["telemetry.json", ".*", "doc/*"] description = "Telemetry is a mechanism used to capture metrics in an application, to later store the data locally or upload it to a server for statistical analysis." documentation = "http://yoric.github.io/telemetry.rs/doc/0.1.0/telemetry/index.html" readme = "README.md" keywords = ["telemetry", "histograms", "metrics"] license = "MIT OR Apache-2.0" repository = "https://github.com/Yoric/telemetry.rs" [dependencies.rustc-serialize] version = "0.3" [dependencies.vec_map] version = "0.8" [dev-dependencies.time] version = "0.2"