[package] name = "titanite" version = "0.1.2" edition = "2021" license = "MIT" readme = "README.md" description = "Client/Server Library for Gemini protocol with Titan support" keywords = ["gemini", "titan", "gemini-protocol", "titan-protocol", "api"] categories = ["network-programming", "parser-implementations", "parsing"] repository = "https://github.com/YGGverse/titanite" [dependencies] anyhow = "1.0.96" regex = "1.11.1" url = "2.5.4"