# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "servy" version = "1.0.1" authors = ["zethra "] description = "A tiny little web server" homepage = "https://github.com/zethra/servy" readme = "README.md" keywords = ["web", "server", "hyper", "tokio", "tiny"] categories = ["command-line-utilities"] license = "Apache-2.0/MIT" repository = "https://github.com/zethra/servy" [profile.release] lto = true [dependencies.clap] version = "2.29.0" [dependencies.futures] version = "0.1.17" [dependencies.hyper] version = "0.11.10" [dependencies.lazy_static] version = "1.0.0" [badges.appveyor] branch = "master" repository = "zethra/servy" service = "github" [badges.maintenance] status = "deprecated" [badges.travis-ci] branch = "master" repository = "zethra/servy"