# 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 = "2018" name = "statix" version = "4.8.3" authors = ["Octalbyte "] description = "A CLI http server for static file sharing" keywords = ["server", "webserver", "http", "html", "static"] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/Octalbyte/statix" [dependencies.ascii] version = "1.0.0" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "3.0.0-rc.8" features = ["derive"] [dependencies.colored] version = "2" [dependencies.ctrlc] version = "3.0" features = ["termination"] [dependencies.infer] version = "0.7.0" [dependencies.istor] version = "0.2.1" [dependencies.tiny_http] version = "0.11"