[dependencies.rustls]
features = ["dangerous_configuration"]
version = "0.20"
[dependencies.webpki]
version = "0.21"
[lib]
name = "gmi"
[package]
authors = ["Nathaniel Barragan <contact@nathanielbarragan.xyz>"]
categories = ["network-programming", "parser-implementations"]
description = "A rust library to use the gemini protocol with an aim to be lightweight"
edition = "2018"
keywords = ["gemini", "smolnet", "protocol"]
license = "LGPL-3.0-or-later"
name = "gmi"
readme = "readme.md"
repository = "https://gitlab.com/NateDogg1232/gmi"
version = "0.1.0"