# 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 = "rossa" version = "0.1.1" authors = ["rednithin "] description = "Attempt to create a SimpleHTTPServer in Rust. Also inspired by gossa." readme = "README.md" keywords = ["file-server"] license = "MIT" repository = "https://github.com/rednithin/rossa" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.dotenv] version = "0.15.0" [dependencies.log] version = "0.4.8" [dependencies.mime_guess] version = "2.0.3" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.rand] version = "0.7.3" [dependencies.rust-embed] version = "5.5.1" [dependencies.tera] version = "1.3.0" [dependencies.tokio] version = "0.2.21" features = ["macros", "rt-threaded", "fs"] [dependencies.warp] version = "0.2.3"