diff --git a/Cargo.toml b/Cargo.toml index aca228b..bb2ed12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,8 @@ version = "0.1.1" edition = "2021" description = "RFC 9651 Structured Field Values parser" license = "MIT" +keywords = ["RFC9651", "RFC8941", "HTTP", "structured-fields", "structured-headers"] +documentation = "https://docs.rs/sfparse" +repository = "https://github.com/ngtcp2/sfparse-rs" [dependencies]