feat: default bincode 1.3.3

This commit is contained in:
Vincent Herlemont
2023-10-29 09:41:42 +01:00
parent ac601f4c98
commit 383379fe1e
11 changed files with 48 additions and 3 deletions
+6 -1
View File
@@ -20,13 +20,18 @@ thiserror = "1.0"
anyhow = "1.0"
native_model_macro = { version = "0.3.30", path = "native_model_macro" }
serde = { version = "1.0", features = ["derive"], optional = true }
bincode_1_3 = { package = "bincode", version = "1.3", optional = true }
[dev-dependencies]
serde = { version = "1.0", features = ["derive"] }
bincode = { version = "2.0.0-rc.3", features = ["serde"] }
serde_json = "1.0"
criterion = { version = "0.5.1" }
skeptic = "0.13"
[features]
default = ["serde", "bincode_1_3"]
[[bench]]
name = "overhead"
harness = false