Added optional serde support
This commit is contained in:
parent
e3c6e5498a
commit
f0e38d862b
6 changed files with 72 additions and 0 deletions
|
|
@ -28,10 +28,12 @@ bytes = ["bstr", "text"]
|
|||
[dev-dependencies]
|
||||
insta = "1.6.2"
|
||||
console = "0.14.0"
|
||||
serde_json = "1.0.68"
|
||||
|
||||
[dependencies]
|
||||
unicode-segmentation = { version = "1.7.1", optional = true }
|
||||
bstr = { version = "0.2.14", optional = true, default-features = false }
|
||||
serde = { version = "1.0.130", optional = true, features = ["derive"] }
|
||||
|
||||
[[example]]
|
||||
name = "patience"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue