[[bin]]
name = "agate"
path = "src/main.rs"
[dependencies.configparser]
version = "3.0"
[dependencies.env_logger]
default-features = false
features = ["auto-color", "humantime"]
version = "0.11"
[dependencies.futures-util]
version = "0.3"
[dependencies.getopts]
version = "0.2.21"
[dependencies.glob]
version = "0.3"
[dependencies.log]
version = "0.4"
[dependencies.mime_guess]
version = "2.0"
[dependencies.once_cell]
version = "1.19"
[dependencies.percent-encoding]
version = "2.3"
[dependencies.rcgen]
default-features = false
features = ["ring"]
version = "0.13.1"
[dependencies.tokio]
features = ["fs", "io-util", "net", "rt-multi-thread", "sync"]
version = "1.40"
[dependencies.tokio-rustls]
default-features = false
features = ["logging", "ring", "tls12"]
version = "0.26.0"
[dependencies.url]
version = "2.5.2"
[dev-dependencies.trotter]
version = "1.0"
[package]
authors = ["Matt Brubeck <mbrubeck@limpet.net>", "Johann150 <johann+agate@qwertqwefsday.eu>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming"]
description = "Very simple server for the Gemini hypertext protocol"
edition = "2021"
exclude = ["/tools", "/.github", "/Cross.toml", "/content", "/CODE_OF_CONDUCT.md", "/CONTRIBUTING.md", "/CHANGELOG.md", "/tests"]
keywords = ["server", "gemini", "hypertext", "internet", "protocol"]
license = "MIT OR Apache-2.0"
name = "agate"
readme = "README.md"
repository = "https://github.com/mbrubeck/agate"
version = "3.3.9"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"