# 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] edition = "2018" name = "wserver" version = "0.1.5" authors = ["DEADBLACKCLOVER "] description = "Simple web server powered by Rust" homepage = "https://github.com/deadblackclover/simple-web-server" readme = "README.md" keywords = [ "web", "server", "webserver", ] license = "GPL-3.0" repository = "https://github.com/deadblackclover/simple-web-server" [package.metadata.deb] maintainer = "DEADBLACKCLOVER " copyright = "2020, DEADBLACKCLOVER " license-file = [ "LICENSE", "0", ] extended-description = "Simple web server powered by Rust" depends = "$auto" section = "web" priority = "optional" assets = [ [ "target/release/wserver", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/wserver/README", "644", ], ] [dependencies.clap] version = "2.34.0" [dependencies.futures] version = "0.3.21" [dependencies.gotham] version = "0.7.1"