File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
name = " serde_json"
3
3
version = " 1.0.82" # remember to update html_root_url
4
4
authors = [" Erick Tryzelaar <erick.tryzelaar@gmail.com>" , " David Tolnay <dtolnay@gmail.com>" ]
5
- license = " MIT OR Apache-2.0 "
5
+ categories = [ " encoding " ]
6
6
description = " A JSON serialization file format"
7
- repository = " https://github.com/serde-rs/json"
8
7
documentation = " https://docs.serde.rs/serde_json/"
8
+ edition = " 2018"
9
9
keywords = [" json" , " serde" , " serialization" ]
10
- categories = [ " encoding " ]
10
+ license = " MIT OR Apache-2.0 "
11
11
readme = " README.md"
12
- edition = " 2018 "
12
+ repository = " https://github.com/serde-rs/json "
13
13
rust-version = " 1.36"
14
14
15
15
[dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " serde_json-fuzz"
3
3
version = " 0.0.0"
4
- publish = false
5
4
edition = " 2021"
5
+ publish = false
6
6
7
7
[package .metadata ]
8
8
cargo-fuzz = true
You can’t perform that action at this time.
0 commit comments