We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2512933 commit db96d72Copy full SHA for db96d72
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "serde_json"
3
version = "1.0.82" # remember to update html_root_url
4
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
5
-categories = ["encoding"]
+categories = ["encoding", "parser-implementations", "no-std"]
6
description = "A JSON serialization file format"
7
documentation = "https://docs.serde.rs/serde_json/"
8
edition = "2018"
0 commit comments