# 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 = "windmark" version = "0.3.11" authors = ["Fuwn "] description = "An elegant and highly performant async Gemini server framework" homepage = "https://github.com/gemrest/windmark" documentation = "https://docs.rs/windmark" readme = "README.md" keywords = ["gemini"] categories = ["web-programming"] license = "GPL-3.0-only" repository = "https://github.com/gemrest/windmark" [dependencies.async-std] version = "1.12.0" features = ["attributes"] optional = true [dependencies.async-std-openssl] version = "0.6.3" optional = true [dependencies.async-trait] version = "0.1.68" [dependencies.log] version = "0.4.16" [dependencies.matchit] version = "0.6.0" [dependencies.openssl] version = "0.10.38" [dependencies.paste] version = "1.0.12" [dependencies.pretty_env_logger] version = "0.5.0" optional = true [dependencies.tokio] version = "1.26.0" features = [ "rt-multi-thread", "sync", "net", "io-util", "macros", ] optional = true default-features = false [dependencies.tokio-openssl] version = "0.6.3" optional = true [dependencies.tree_magic] version = "0.2.3" optional = true [dependencies.url] version = "2.2.2" [dev-dependencies.rossweisse] version = "0.0.3" [features] async-std = [ "dep:async-std", "async-std-openssl", ] auto-deduce-mime = ["tree_magic"] default = ["tokio"] logger = ["pretty_env_logger"] prelude = [] response-macros = [] tokio = [ "dep:tokio", "tokio-openssl", ]