[package]
name = "git-gemini-forge"
version = "0.6.2"
edition = "2024"
rust-version = "1.85.0"
repository = "https://git.average.name/AverageHelper/git-gemini-forge"
license = "GPL-3.0-or-later"
authors = ["AverageHelper"]
description = "A simple Gemini server that serves a read-only view of public repositories from a Git forge."
keywords = ["gemini-protocol", "git", "git-forge"]
categories = [
"command-line-utilities",
"web-programming",
"web-programming::http-client",
]
[dependencies]
arc-swap = "1.7.1"
bytesize = { version = "2.0.1", features = ["serde"] }
const-str = { version = "0.6.2", features = ["std", "regex"] }
curl = { version = "0.4.47", default-features = false }
httpdate = "1.0.3"
humantime = "2.2.0"
isahc = { version = "1.7.2", features = ["json"] }
regex = "1.11.1"
regex_static = "0.1.1"
secrecy = "0.10.3"
serde = { version = "1.0.219", features = ["derive"] }
strum = { version = "0.27.1", features = ["derive", "strum_macros"] }
strum_macros = "0.27.1"
texting_robots = "0.2.2"
tokio = { version = "1.45.0", features = ["full"] }
url = { version = "2.5.4", features = ["serde"] }
urlencoding = "2.1.3"
windmark = { version = "0.3.11", features = [
"logger",
"response-macros",
"tokio",
"tokio-openssl",
] }
[lints.rust]
unsafe_code = "forbid"
[[bin]]
name = "git-gemini-forge"
path = "src/main.rs"