tangled
alpha
login
or
join now
fuwn.net
/
germ
0
fork
atom
🦠 The Definitive Gemini Protocol Toolkit
gemini
gemini-protocol
gemtext
parser
zero-dependency
toolkit
ast
converter
html
markdown
cli
networking
0
fork
atom
overview
issues
pulls
pipelines
feat(crate): bump version
fuwn.net
2 years ago
8afa8b98
522a8c79
verified
This commit was signed with the committer's
known signature
.
fuwn.net
SSH Key Fingerprint:
SHA256:VPdFPyPbd6JkoMyWUdZ/kkTcIAt3sxjXD2XSAZ7FYC4=
+3
-3
1 changed file
expand all
collapse all
unified
split
Cargo.toml
+3
-3
Cargo.toml
···
2
2
3
3
[package]
4
4
name = "germ"
5
5
-
version = "0.3.10"
5
5
+
version = "0.3.11"
6
6
authors = ["Fuwn <contact@fuwn.me>"]
7
7
edition = "2021"
8
8
description = "The Ultimate Gemini Toolkit."
···
27
27
[dependencies]
28
28
anyhow = { version = "1.0.70", optional = true } # `Result`
29
29
rustls = { version = "0.21.0", features = [
30
30
-
"dangerous_configuration"
30
30
+
"dangerous_configuration",
31
31
], optional = true } # TLS
32
32
tokio-rustls = { version = "0.24.0", optional = true } # Non-blocking TLS
33
33
tokio = { version = "1.27.0", optional = true, default-features = false, features = [
34
34
"net",
35
35
"io-util",
36
36
"rt-multi-thread",
37
37
-
"macros"
37
37
+
"macros",
38
38
] } # Non-blocking I/O
39
39
url = { version = "2.3.1", optional = true } # URL Validation