# 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 = "git-gemini-forge" version = "0.4.0" authors = ["AverageHelper"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple Gemini server that serves a read-only view of public repositories from a Git forge." readme = "README.md" keywords = [ "gemini-protocol", "git", "git-forge", ] categories = [ "command-line-utilities", "web-programming", "web-programming::http-client", ] license = "GPL-3.0-or-later" repository = "https://git.average.name/AverageHelper/git-gemini-forge" [[bin]] name = "git-gemini-forge" path = "src/main.rs" [dependencies.isahc] version = "1.7.2" features = ["json"] [dependencies.regex] version = "1.10.6" [dependencies.secrecy] version = "0.8.0" [dependencies.serde] version = "1.0.205" features = ["derive"] [dependencies.strum] version = "0.26.3" features = [ "derive", "strum_macros", ] [dependencies.strum_macros] version = "0.26.4" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.url] version = "2.5.2" [dependencies.urlencoding] version = "2.1.3" [dependencies.windmark] version = "0.3.11" features = [ "logger", "response-macros", ] [lints.rust] unsafe_code = "forbid"