# 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 = "lightstatic" version = "1.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "lightweight static file server" documentation = "https://github.com/jingeweb/lightstatic" readme = "README.md" keywords = [ "static", "server", "file-server", ] license = "MIT" [[bin]] name = "lightstatic" path = "src/main.rs" [dependencies.ahash] version = "0.8.11" [dependencies.async-compression] version = "0.3" features = [ "gzip", "futures-io", ] [dependencies.async-std] version = "1.12.0" features = ["attributes"] [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "4.0" [dependencies.fern] version = "0.6" features = ["date-based"] [dependencies.flate2] version = "1.0" features = ["zlib-ng"] default-features = false [dependencies.futures] version = "0.3.30" [dependencies.http-types] version = "2.12.0" [dependencies.libc] version = "0.2" [dependencies.local-ip-address] version = "0.4" [dependencies.log] version = "0.4" [dependencies.open] version = "5.3" [dependencies.path-absolutize] version = "3.1.1" [dependencies.port-selector] version = "0.1" [dependencies.regex] version = "1.10.6" [dependencies.signal-hook] version = "0.3" [dependencies.signal-hook-async-std] version = "0.2" [dependencies.tide] version = "0.16" features = ["h1-server"] default-features = false