···44[](https://docs.rs/germ)
55[](https://github.com/gemrest/germ/actions/workflows/check.yaml)
6677-The Ultimate Gemini Toolkit.
77+The Ultimate Gemini Toolkit
8899Germ is a toolkit for the Gemini protocol which aims to have a little something
1010for everyone. At the moment, Germ has **ZERO** dependencies (unless you use the
···13131414## Features
15151616-- AST builder to easily construct AST trees from raw Gemtext.
1616+- AST builder to easily construct and manipulate AST trees from raw Gemtext
1717- Converters to easily convert from Gemtext to markup formats such as HTML or
1818- Markdown.
1919-- More to come!
1818+ Markdown
1919+- Blocking and non-blocking request suite
2020+- Structured meta section manipulation
2121+- And more!
2222+2323+Check out the rest of the features in the Features section under Usage
20242125## Usage
2226···2731# Cargo.toml
28322933[dependencies]
3030-# To enable all features
3434+# To enable only the base (default) features: ast, convert, meta, request
3135# germ = "*" # Use current version show above!
32363333-# To enable certain features
3737+# To enable only certain features
3438[dependencies.germ]
3539version = "*" # Use current version show above!
3640default-features = false