Remove Serde
This commit is contained in:
@@ -13,14 +13,11 @@ repository = "https://github.com/raimannma/rust-optimizer"
|
||||
rand = "0.9"
|
||||
thiserror = "2"
|
||||
parking_lot = "0.12"
|
||||
serde = { version = "1", features = ["derive"], optional = true }
|
||||
tokio = { version = "1", features = ["sync", "rt-multi-thread"], optional = true }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
serde = ["dep:serde"]
|
||||
async = ["dep:tokio"]
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1"
|
||||
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
|
||||
|
||||
Reference in New Issue
Block a user