# 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 = "quickserve" version = "0.5.2" authors = ["Abin Simon "] description = "Quickly serve a dir" homepage = "https://github.com/meain/quickserve" readme = "README" keywords = [ "cli", "http-server", ] categories = ["command-line-interface"] license = "Apache-2.0" repository = "https://github.com/meain/quickserve" [profile.release] lto = true codegen-units = 1 [dependencies.argh] version = "0.1.3" [dependencies.async-std] version = "1.6.0" features = ["attributes"] [dependencies.tide] version = "0.16.0"