# 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.64" name = "staticrocket" version = "0.3.1" build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "www", "bacon.toml", "run.sh", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Simple http server for serving static content." readme = "README.md" keywords = [ "web", "server", "service", ] categories = ["web-programming::http-server"] license = "0BSD" repository = "https://repos.qrnch.tech/pub/staticrocket" [profile.release] lto = true codegen-units = 1 strip = "debuginfo" [[bin]] name = "staticrocket" path = "src/main.rs" [dependencies.clap] version = "4.5.13" features = [ "derive", "env", "string", "wrap_help", ] [dependencies.qsu] version = "0.7.0" features = [ "clap", "installer", "rocket", "systemd", ] [dependencies.rocket] version = "0.5.1" [dependencies.shellexpand] version = "3.1.0" [dependencies.tokio] version = "1.41.1" features = ["rt-multi-thread"] [badges.maintenance] status = "passively-maintained" [lints.clippy] multiple_crate_versions = "allow" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1