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 bc77446 commit 259ef14Copy full SHA for 259ef14
Cargo.toml
@@ -3,6 +3,7 @@ name = "json-five"
3
version = "0.2.0"
4
edition = "2021"
5
license = "MIT"
6
+license-file = "LICENSE"
7
description = "JSON5 parser with round-trip capabilities and compatible with the serde data model"
8
repository = "https://github.com/spyoungtech/json-five-rs"
9
readme = "README.md"
@@ -46,3 +47,6 @@ crate-type = ["bin"]
46
47
path = "examples/json5-trailing-comma-formatter/src/main.rs"
48
name = "json5-trailing-comma-formatter"
49
test = true
50
+
51
+[package.metadata.docs.rs]
52
+all-features = true
0 commit comments