# 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 = "servus" version = "0.3.0" authors = ["Ringo Hoffmann "] description = "A dead simple application to serve files and directories over HTTP." homepage = "https://github.com/shellshape/servus" license = "MIT" repository = "https://github.com/shellshape/servus" [dependencies.actix-cors] version = "0.7" [dependencies.actix-files] version = "0.6.2" [dependencies.actix-web] version = "4" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "4.0.22" features = ["derive"] [dependencies.config] version = "0.14" [dependencies.directories] version = "5" [dependencies.env_logger] version = "0.11.3" [dependencies.handlebars] version = "5" [dependencies.local-ip-address] version = "0.6" [dependencies.log] version = "0.4.0" [dependencies.open] version = "5.1.2" [dependencies.rust-s3] version = "0.33.0" features = [ "tokio-rustls-tls", "fail-on-err", ] default-features = false [dependencies.serde] version = "1.0.147"