# 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 = "see" version = "0.0.8" authors = ["wyhaya "] description = "Simple and fast web server" homepage = "https://github.com/wyhaya/see" readme = "README.md" keywords = [ "http", "web", "server", "static", ] license = "MIT" repository = "https://github.com/wyhaya/see.git" resolver = "2" [profile.release] lto = true codegen-units = 1 strip = "symbols" [dependencies.async-compression] version = "0.3.14" features = [ "tokio", "gzip", "deflate", "brotli", ] [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "2.33.3" default-features = false [dependencies.dirs] version = "4.0.0" [dependencies.futures-util] version = "0.3.12" features = ["std"] default-features = false [dependencies.globset] version = "0.4.8" [dependencies.hyper] version = "0.14.18" features = ["full"] [dependencies.hyper-rustls] version = "0.23.0" features = [ "http1", "http2", "native-tokio", "tls12", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.mime_guess] version = "2.0.4" [dependencies.percent-encoding] version = "2.1.0" [dependencies.regex] version = "1.5.5" [dependencies.time] version = "=0.2.22" [dependencies.tokio] version = "1.18.2" features = [ "rt-multi-thread", "macros", "io-std", "fs", ] [dependencies.tokio-rustls] version = "0.22.0" [dependencies.tokio-util] version = "0.7.2" features = ["codec"] default-features = false