# 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 = "agate" version = "3.3.10" authors = [ "Matt Brubeck ", "Johann150 ", ] build = false exclude = [ "/tools", "/.github", "/Cross.toml", "/content", "/CODE_OF_CONDUCT.md", "/CONTRIBUTING.md", "/CHANGELOG.md", "/tests", ] 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" [profile.release] lto = true codegen-units = 1 panic = "abort" [[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.21" [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.13.1" features = ["ring"] default-features = false [dependencies.tokio] version = "1.41" features = [ "fs", "io-util", "net", "rt-multi-thread", "sync", ] [dependencies.tokio-rustls] version = "0.26.0" features = [ "logging", "ring", "tls12", ] default-features = false [dependencies.url] version = "2.5.3" [dev-dependencies.trotter] version = "1.0"