Blob Blame History Raw
--- config-0.9.1/Cargo.toml	1970-01-01T01:00:00+01:00
+++ config-0.9.1/Cargo.toml	2018-10-07T10:14:42.053190+02:00
@@ -28,15 +28,11 @@
 version = "4.0.0"
 
 [dependencies.rust-ini]
-version = "0.12"
+version = "0.13"
 optional = true
 
 [dependencies.serde]
 version = "1.0.8"
-
-[dependencies.serde-hjson]
-version = "0.8.1"
-optional = true
 
 [dependencies.serde_json]
 version = "1.0.2"
@@ -60,8 +56,7 @@
 version = "1.0.8"
 
 [features]
-default = ["toml", "json", "yaml", "hjson", "ini"]
-hjson = ["serde-hjson"]
+default = ["toml", "json", "yaml", "ini"]
 ini = ["rust-ini"]
 json = ["serde_json"]
 yaml = ["yaml-rust"]