fix: Remove skeptic

It is unmaintained and fails to build tests.

Same as https://github.com/vincent-herlemont/native_db/pull/286.
This commit is contained in:
Luca Barbato
2024-11-14 11:11:22 +01:00
committed by Vincent Herlemont
parent 537b207aef
commit 79cda8ef05
6 changed files with 89 additions and 141 deletions
+1 -5
View File
@@ -7,7 +7,6 @@ description = "A thin wrapper around serialized data which add information of id
license = "MIT"
repository = "https://github.com/vincent-herlemont/native_model"
readme = "README.md"
build = "build.rs"
keywords = ["serialization", "interoperability", "data-consistency", "flexibility", "performance"]
categories = ["data-structures", "encoding", "rust-patterns"]
rust-version = "1.73.0"
@@ -26,11 +25,11 @@ bincode_1_3 = { package = "bincode", version = "1.3.3", optional = true }
bincode_2_rc = { package = "bincode", version = "2.0.0-rc.3", features = ["serde"], optional = true }
postcard_1_0 = { package = "postcard", version = "1.0.8", features = ["alloc"], optional = true }
rmp_serde_1_3 = { package = "rmp-serde", version = "1.3", optional = true }
doc-comment = "0.3.3"
[dev-dependencies]
serde_json = "1.0.116"
criterion = { version = "0.5.1" }
skeptic = "0.13.7"
[features]
default = ["serde", "bincode_1_3"]
@@ -38,6 +37,3 @@ default = ["serde", "bincode_1_3"]
[[bench]]
name = "overhead"
harness = false
[build-dependencies]
skeptic = "0.13.7"