# 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" rust-version = "1.59.0" name = "zy" version = "0.2.0" authors = ["Miraculous Owonubi "] description = "Minimal and blazing-fast file server." readme = "README.md" keywords = [ "static", "file", "server", "http", "cli", ] categories = [ "command-line-utilities", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/miraclx/zy" [profile.slim] lto = true codegen-units = 1 inherits = "release" strip = true [dependencies.actix-files] version = "0.6.2" [dependencies.actix-web] version = "4.2.1" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.humantime] version = "2.1.0" [dependencies.mime] version = "0.3.16" [dependencies.tokio] version = "1" features = [ "macros", "signal", ] [dependencies.tracing] version = "0.1.26" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"]