Remove with-syntex feature of serde_codegen

This commit is contained in:
David Tolnay
2017-01-25 20:02:24 -08:00
parent d7dadd83b6
commit a5b8e806f8
3 changed files with 2 additions and 153 deletions
-8
View File
@@ -11,22 +11,14 @@ keywords = ["serde", "serialization"]
include = ["Cargo.toml", "src/**/*.rs"]
[features]
default = ["with-syntex"]
unstable = []
unstable-testing = ["clippy"]
with-syntex = [
"syntex",
"syntex_syntax",
]
with-syn = []
[dependencies]
clippy = { version = "0.*", optional = true }
quote = "0.3.8"
serde_codegen_internals = { version = "=0.11.3", default-features = false, path = "../serde_codegen_internals" }
syn = { version = "0.10", features = ["aster", "visit"] }
syntex = { version = "0.54", optional = true }
syntex_syntax = { version = "0.54", optional = true }
[badges]
travis-ci = { repository = "serde-rs/serde" }