# 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 = "rusty_dashed" version = "0.2.3" authors = ["Hugo Freire "] build = "build.rs" description = "A web dashboard for telemetry in rust apps" license-file = "LICENSE" repository = "https://github.com/TLmaK0/rusty_dashed" [dependencies.hyper] version = "0.9.13" features = [] default-features = false [dependencies.includedir] version = "0.2.0" [dependencies.iron] version = "0.4.0" [dependencies.lazy_static] version = "0.1.16" [dependencies.mio] version = "0.6" [dependencies.mount] version = "0.2.1" [dependencies.phf] version = "0.7.12" [dependencies.rand] version = "0.3" [dependencies.staticfile] version = "0.3.1" [dependencies.ws] version = "0.5.3" [dev-dependencies.rustc-serialize] version = "0.3.21" [build-dependencies.includedir_codegen] version = "0.2.0" [features] debug_static = [] default = ["serve_static"] serve_static = [] telemetry = []