[package] name = "agate" version = "3.1.0" authors = ["Matt Brubeck ", "Johann150 "] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"] categories = ["network-programming"] repository = "https://github.com/mbrubeck/agate" readme = "README.md" license = "MIT/Apache-2.0" edition = "2018" exclude = ["/tools", "/.github", "/release.sh", "/Cross.toml", "/content", "/CODE_OF_CONDUCT.md", "/CONTRIBUTING.md", "/CHANGELOG.md"] [dependencies] configparser = "2.0" env_logger = { version = "0.8", default-features = false, features = ["atty", "humantime", "termcolor"] } getopts = "0.2.21" glob = "0.3" log = "0.4" mime_guess = "2.0" once_cell = "1.5" percent-encoding = "2.1" rcgen = { version = "0.8.9" } rustls = "0.19.0" tokio-rustls = "0.22.0" tokio = { version = "1.2", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] } url = "2.2.1" webpki = "0.21.4" [dev-dependencies] anyhow = "1.0" gemini-fetch = "0.2.1" [profile.release] lto = true codegen-units = 1 panic = "abort"