# 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 = "dovetail" version = "2.0.1" authors = ["catboomer"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Dovetail 🕊️ is a cgi and static file server for gemini." homepage = "https://codeberg.org/catboomer/dovetail" readme = "readme.md" keywords = ["gemini"] categories = ["network-programming"] license = "GPL-3.0-only" repository = "https://codeberg.org/catboomer/dovetail" [[bin]] name = "dovetail" path = "src/main.rs" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.fluffer] version = "4.0" [dependencies.log] version = "0.4" [dependencies.mime_guess] version = "2.0" [dependencies.pretty_env_logger] version = "0.5" [dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ]