Add no-std::no-alloc category

This commit is contained in:
David Tolnay 2023-07-03 11:32:55 -07:00
parent dcbc3e0162
commit dfaf48bc09
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -3,7 +3,7 @@ name = "serde"
version = "1.0.165" # remember to update html_root_url and serde_derive dependency
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
build = "build.rs"
categories = ["encoding", "no-std"]
categories = ["encoding", "no-std", "no-std::no-alloc"]
description = "A generic serialization/deserialization framework"
documentation = "https://docs.rs/serde"
homepage = "https://serde.rs"