# 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 = "kcup" version = "0.2.1" authors = ["vados "] exclude = [".git-crypt/*", ".githooks", ".gitattributes", ".gitignore", ".gitlab-ci.yml", ".dockerignore", "releases/*", "infra/*"] description = "A http web server for serving a single file via GET request" homepage = "https://gitlab.com/mrman/kcup-rust/" documentation = "https://gitlab.com/mrman/kcup-rust/-/blob/main/README.md" readme = "README.md" keywords = ["static", "http", "server", "file", "cli"] categories = ["command-line-utilities", "web-programming::http-server", "filesystem"] license = "MIT" repository = "https://gitlab.com/mrman/kcup-rust/" [dependencies.async-stream] version = "0.3.1" [dependencies.env_logger] version = "0.8.3" [dependencies.futures-util] version = "0.3.14" [dependencies.hyper] version = "0.14.7" features = ["full"] [dependencies.hyper-rustls] version = "0.22.1" [dependencies.log] version = "0.4.0" [dependencies.rustls] version = "0.19.1" [dependencies.rustls-pemfile] version = "0.2.1" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-rustls] version = "0.22.0"