# 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 = "2018" name = "gemserv" version = "0.6.6" authors = ["int 80h "] description = "A gemini server" homepage = "https://sr.ht/~int80h/gemserv/" readme = "README" keywords = ["server", "gemini", "protocol"] categories = ["network-programming"] license = "MIT" repository = "https://git.sr.ht/~int80h/gemserv" [profile.release] lto = true codegen-units = 1 [dependencies.futures-util] version = "0.3.19" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.mime] version = "0.3.16" [dependencies.new_mime_guess] version = "3.0.2" [dependencies.regex] version = "1.5.4" [dependencies.rustls-pemfile] version = "0.2.1" [dependencies.serde] version = "1.0.132" [dependencies.serde_derive] version = "1.0.132" [dependencies.sha2] version = "0.9.8" [dependencies.simple_logger] version = "1.16" [dependencies.tokio] version = "1.15" features = ["full"] [dependencies.tokio-rustls] version = "0.23.2" features = ["dangerous_configuration"] optional = false [dependencies.toml] version = "0.5.8" [dependencies.url] version = "2.2.2" [dependencies.x509-parser] version = "0.12" [features] cgi = [] default = ["cgi", "scgi", "proxy"] proxy = [] scgi = []