···1515subset of Windmark's features are currently available for use through it. Check
1616out [Rossweisse](./rossweisse/) for more information!
17171818+### Features
1919+2020+| Feature | Description |
2121+| - | - |
2222+| `default` | Base Windmark framework using [Tokio](https://tokio.rs/) |
2323+| `logger` | Enables the default [`pretty_env_logger`](https://github.com/seanmonstar/pretty-env-logger) integration |
2424+| `auto-deduce-mime` | Exposes `Response`s and macros that automatically fill MIMEs for non-Gemini responses |
2525+| `response-macros` | Simple macros for all `Response`s |
2626+| `tokio` | Marks [Tokio](https://tokio.rs/) as the asynchronous runtime |
2727+| `async-std` | Marks [`async-std`](https://async.rs/) as the asynchronous runtime |
2828+| `prelude` | Exposes the `prelude` module containing the most used Windmark features |
2929+1830### Add Windmark and Tokio as Dependencies
19312032```toml