🦠 The Definitive Gemini Protocol Toolkit
gemini gemini-protocol gemtext parser zero-dependency toolkit ast converter html markdown cli networking
0
fork

Configure Feed

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

fix(germ): don't default macros

Fuwn e1b83688 ba0e8077

+3 -3
+3 -3
crates/germ/Cargo.toml
··· 2 2 3 3 [package] 4 4 name = "germ" 5 - version = "0.3.1" 5 + version = "0.3.2" 6 6 authors = ["Fuwn <contact@fuwn.me>"] 7 7 edition = "2021" 8 8 description = "The Ultimate Gemini Toolkit." ··· 18 18 ast = [] 19 19 convert = ["ast"] 20 20 default = ["ast", "convert", "meta", "request"] 21 - macros = ["ast", "convert"] 21 + macros = ["ast", "convert", "germ-macros-impl"] 22 22 meta = [] 23 23 request = ["rustls", "url", "anyhow"] 24 24 quick = [] 25 25 26 26 [dependencies] 27 27 anyhow = { version = "1.0.57", optional = true } # `Result` 28 - germ-macros-impl = { path = "../germ-macros-impl", version = "0.1.0" } # Germ's Macro Implementations 28 + germ-macros-impl = { path = "../germ-macros-impl", version = "0.1.0", optional = true } # Germ's Macro Implementations 29 29 rustls = { version = "0.20.5", features = [ 30 30 "dangerous_configuration" 31 31 ], optional = true } # TLS