titanite/Cargo.toml
2025-02-23 08:59:52 +02:00

15 lines
443 B
TOML

[package]
name = "titanite"
version = "0.3.0"
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"