mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-28 11:27:57 +00:00
No more syntex for serde_derive
This commit is contained in:
@@ -11,11 +11,8 @@ keywords = ["serde", "serialization"]
|
||||
include = ["Cargo.toml", "src/**/*.rs"]
|
||||
|
||||
[features]
|
||||
default = ["with-syntex"]
|
||||
unstable-testing = ["clippy"]
|
||||
with-syntex = ["syntex_syntax", "syntex_errors"]
|
||||
|
||||
[dependencies]
|
||||
clippy = { version = "^0.*", optional = true }
|
||||
syntex_syntax = { version = "^0.43.0", optional = true }
|
||||
syntex_errors = { version = "^0.43.0", optional = true }
|
||||
syn = "0.5"
|
||||
|
||||
Reference in New Issue
Block a user