# 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 = "devserver" version = "0.4.2" authors = ["Ian Kettlewell "] description = "A simple server for locally hosting a folder." readme = "README.md" keywords = [ "web", "server", "https", "http", ] categories = [ "command-line-utilities", "development-tools", "web-programming::http-server", ] license = "Zlib" repository = "https://github.com/kettle11/devserver" [dependencies.devserver_lib] version = "0.4.1" features = [ "reload", "https", ]