You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-rkyv/SOURCES/rkyv-fix-metadata.diff

141 lines
2.5 KiB

--- rkyv-0.8.9/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rkyv-0.8.9/Cargo.toml 2024-12-16T14:22:32.740455+00:00
@@ -77,10 +77,6 @@
name = "derive"
path = "tests/derive.rs"
-[[test]]
-name = "ui"
-path = "tests/ui.rs"
-
[[bench]]
name = "log"
path = "benches/log.rs"
@@ -96,40 +92,16 @@
path = "benches/minecraft_savedata.rs"
harness = false
-[dependencies.arrayvec-0_7]
-version = "0.7"
-optional = true
-default-features = false
-package = "arrayvec"
-
[dependencies.bytecheck]
version = "0.8"
features = ["simdutf8"]
optional = true
default-features = false
-[dependencies.bytes-1]
-version = "1"
-optional = true
-default-features = false
-package = "bytes"
-
[dependencies.hashbrown]
version = "0.15"
optional = true
default-features = false
-
-[dependencies.hashbrown-0_14]
-version = "0.14"
-optional = true
-default-features = false
-package = "hashbrown"
-
-[dependencies.indexmap-2]
-version = "2"
-optional = true
-default-features = false
-package = "indexmap"
[dependencies.munge]
version = "0.4"
@@ -151,48 +123,6 @@
version = "=0.8.9"
default-features = false
-[dependencies.smallvec-1]
-version = "1"
-optional = true
-default-features = false
-package = "smallvec"
-
-[dependencies.smol_str-0_2]
-version = "0.2"
-optional = true
-default-features = false
-package = "smol_str"
-
-[dependencies.smol_str-0_3]
-version = "0.3"
-optional = true
-default-features = false
-package = "smol_str"
-
-[dependencies.thin-vec-0_2]
-version = "0.2.12"
-optional = true
-default-features = false
-package = "thin-vec"
-
-[dependencies.tinyvec-1]
-version = "1"
-optional = true
-default-features = false
-package = "tinyvec"
-
-[dependencies.triomphe-0_1]
-version = "0.1"
-optional = true
-default-features = false
-package = "triomphe"
-
-[dependencies.uuid-1]
-version = "1"
-optional = true
-default-features = false
-package = "uuid"
-
[dev-dependencies.ahash]
version = "0.8"
@@ -212,7 +142,6 @@
aligned = []
alloc = [
"dep:hashbrown",
- "tinyvec-1?/alloc",
"rancor/alloc",
]
big_endian = []
@@ -225,28 +154,12 @@
"std",
"bytecheck",
]
-hashbrown-0_15 = ["dep:hashbrown"]
-indexmap-2 = [
- "dep:indexmap-2",
- "alloc",
-]
little_endian = []
pointer_width_16 = []
pointer_width_32 = []
pointer_width_64 = []
std = [
"alloc",
- "bytes-1?/std",
- "indexmap-2?/std",
"ptr_meta/std",
- "uuid-1?/std",
-]
-triomphe-0_1 = [
- "dep:triomphe-0_1",
- "alloc",
]
unaligned = []
-uuid-1 = [
- "dep:uuid-1",
- "bytecheck?/uuid-1",
-]