# 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] edition = "2018" name = "steel-copper" version = "0.1.0" authors = ["Bjoern Griebenow "] description = "Steel-Copper is a simple system monitoring tool which uses rrdgraph to generate graphs and rocket as web server." homepage = "https://github.com/schanur/steel-copper" documentation = "https://github.com/schanur/steel-copper/blob/master/README.md" readme = "README.md" keywords = ["monitoring", "graph", "rrdtool", "rrdgraph", "load"] categories = ["value-formatting", "visualization", "web-programming::http-server", "database"] license = "MIT/Apache-2.0" repository = "https://github.com/schanur/steel-copper" [dependencies.lazy_static] version = "1.4.*" [dependencies.rocket] version = "0.4.*" [dependencies.rocket-include-static-resources] version = "0.9.*" [dependencies.rocket-include-tera] version = "0.4.*" [dependencies.rocket_contrib] version = "0.4.*" features = ["tera_templates"] default-features = false [dependencies.tera] version = "0.11.*"