Disabled JSON support by default.

This commit is contained in:
Aaron Weiss 2018-01-27 21:10:22 +01:00
parent 6550bd0d96
commit 518303a013
No known key found for this signature in database
GPG key ID: 047D32DF25DC22EF
3 changed files with 8 additions and 10 deletions

View file

@ -14,7 +14,7 @@ readme = "README.md"
travis-ci = { repository = "aatxe/irc" }
[features]
default = ["ctcp", "json", "toml"]
default = ["ctcp", "toml"]
ctcp = []
nochanlists = []
json = ["serde_json"]