🏗️ Elegant & Highly Performant Async Gemini Server Framework for the Modern Age
async framework gemini-protocol protocol gemini rust
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

deps(tokio): restrict tokio features

Fuwn a9f0d92e b6df21fe

+1 -1
+1 -1
Cargo.toml
··· 33 33 async-std-openssl = { version = "0.6.3", optional = true } 34 34 35 35 # Non-blocking I/O 36 - tokio = { version = "1.26.0", features = ["full"], optional = true } 36 + tokio = { version = "1.26.0", default-features = false, features = ["rt-multi-thread", "sync", "net", "io-util", "macros"], optional = true } 37 37 async-trait = "0.1.68" 38 38 async-std = { version = "1.12.0", features = ["attributes"], optional = true } 39 39