agate 3.3.22

Very simple server for the Gemini hypertext protocol
# 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 = "2024"
name = "agate"
version = "3.3.22"
authors = [
    "Matt Brubeck <mbrubeck@limpet.net>",
    "Johann150 <johann+agate@qwertqwefsday.eu>",
]
build = false
exclude = [
    "/tools",
    "/.github",
    "/Cross.toml",
    "/content",
    "/CODE_OF_CONDUCT.md",
    "/CONTRIBUTING.md",
    "/CHANGELOG.md",
    "/tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Very simple server for the Gemini hypertext protocol"
readme = "README.md"
keywords = [
    "server",
    "gemini",
    "hypertext",
    "internet",
    "protocol",
]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mbrubeck/agate"

[[bin]]
name = "agate"
path = "src/main.rs"

[dependencies.configparser]
version = "3.0"

[dependencies.env_logger]
version = "0.11"
features = [
    "auto-color",
    "humantime",
]
default-features = false

[dependencies.futures-util]
version = "0.3"

[dependencies.getopts]
version = "0.2.24"
default-features = false

[dependencies.glob]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.mime_guess]
version = "2.0"

[dependencies.percent-encoding]
version = "2.3"

[dependencies.rcgen]
version = "0.14.7"
features = ["ring"]
default-features = false

[dependencies.tokio]
version = "1.52"
features = [
    "fs",
    "io-util",
    "net",
    "rt-multi-thread",
    "sync",
]

[dependencies.tokio-rustls]
version = "0.26.4"
features = [
    "logging",
    "ring",
    "tls12",
]
default-features = false

[dependencies.url]
version = "2.5.8"

[dev-dependencies.trotter]
version = "1.0"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"