aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 99aa484..fd358ff 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,18 @@ A macro-based "`struct`-router" is currently being developed for Windmark. A
subset of Windmark's features are currently available for use through it. Check
out [Rossweisse](./rossweisse/) for more information!
+### Features
+
+| Feature | Description |
+| - | - |
+| `default` | Base Windmark framework using [Tokio](https://tokio.rs/) |
+| `logger` | Enables the default [`pretty_env_logger`](https://github.com/seanmonstar/pretty-env-logger) integration |
+| `auto-deduce-mime` | Exposes `Response`s and macros that automatically fill MIMEs for non-Gemini responses |
+| `response-macros` | Simple macros for all `Response`s |
+| `tokio` | Marks [Tokio](https://tokio.rs/) as the asynchronous runtime |
+| `async-std` | Marks [`async-std`](https://async.rs/) as the asynchronous runtime |
+| `prelude` | Exposes the `prelude` module containing the most used Windmark features |
+
### Add Windmark and Tokio as Dependencies
```toml