diff --git a/Cargo.toml b/Cargo.toml index a64aba49..598bcd91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ repository = "https://github.com/dtolnay/serde-yaml" documentation = "https://docs.rs/serde_yaml/" readme = "README.md" keywords = ["yaml", "serde"] +categories = ["encoding"] [dependencies] ryu = "1.0"