# 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 = "2021" name = "ssfs" version = "0.1.0" authors = ["0xor0ne <0xor0ne@gmail.com"] description = """ Simple HTTPS static file server with embedded self signed certificate """ homepage = "https://github.com/0xor0ne/sshttps/blob/master/README.md" documentation = "https://docs.rs/sshttps" readme = "README.md" keywords = [ "tls", "http", "networking", "https", "server", ] categories = [ "command-line-utilities", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/0xor0ne/sshttps" [dependencies.actix-files] version = "0.6.2" [dependencies.actix-web] version = "4.3.1" features = ["rustls"] [dependencies.argh] version = "0.1.10" [dependencies.env_logger] version = "0.10.0" [dependencies.rustls] version = "0.20" [dependencies.rustls-pemfile] version = "1.0.2" [dependencies.tokio-rustls] version = "0.24.0"