[package] name = "gmi" version = "0.2.1" description = "A rust library to use the gemini protocol with an aim to be lightweight" license = "LGPL-3.0-or-later" repository = "https://gitlab.com/NateDogg1232/gmi" readme = "README.md" keywords = ["gemini", "smolnet", "protocol"] categories = ["network-programming", "parser-implementations"] authors = ["Nathaniel Barragan "] edition = "2018" [features] default = ["net"] net = ["rustls"] [dependencies.rustls] version="0.20" features=["dangerous_configuration"] optional=true