Toy implementation of the gemini protocol
[package]
name = "gemini"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ansi-control-codes = "0.0.2"
ansi_term = "0.12.1"
anyhow = "1.0.70"
bstr = "1.4.0"
clap = { version = "4.2.1", features = ["derive"] }
mime = "0.3.17"
num_enum = "0.6.0"
rpassword = "7.2.0"
rstest = "0.17.0"
rustls = { version = "0.21.0", features = ["dangerous_configuration"] }
thiserror = "1.0.43"
url = "2.3.1"
urlencoding = "2.1.2"