# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "germ" version = "0.4.5" authors = ["Fuwn "] description = "The Ultimate Gemini Toolkit." homepage = "https://github.com/gemrest/germ" documentation = "https://docs.rs/germ" readme = "README.md" keywords = [ "gemini", "parser", "lexer", "markdown", "converter", ] categories = ["encoding"] license = "GPL-3.0-only" repository = "https://github.com/gemrest/germ" [dependencies.anyhow] version = "1.0.70" optional = true [dependencies.rustls] version = "0.21.0" features = ["dangerous_configuration"] optional = true [dependencies.tokio] version = "1.27.0" features = [ "net", "io-util", "rt-multi-thread", "macros", ] optional = true default-features = false [dependencies.tokio-rustls] version = "0.24.0" optional = true [dependencies.url] version = "2.3.1" optional = true [features] ast = [] blocking = [ "rustls", "url", "anyhow", ] convert = ["ast"] default = [ "ast", "convert", "meta", "request", ] example-gemtext = [] macros = [ "ast", "convert", ] meta = [] quick = [] request = [ "rustls", "url", "anyhow", "tokio", "tokio-rustls", ]