jid: Add serde support behind feature

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2020-04-30 23:19:06 +02:00
commit 36aaa3e681
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
5 changed files with 12 additions and 0 deletions

View file

@ -29,6 +29,7 @@ chrono = "0.4.5"
component = []
# Disable validation of unknown attributes.
disable-validation = []
serde = ["jid/serde"]
[package.metadata.docs.rs]
rustdoc-args = [ "--sort-modules-by-appearance", "-Zunstable-options" ]