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.
|
|
|
--- object-0.30.3/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ object-0.30.3/Cargo.toml 2023-03-30T18:31:27.154876+00:00
|
|
|
|
@@ -70,17 +70,12 @@
|
|
|
|
version = "2.4.1"
|
|
|
|
default-features = false
|
|
|
|
|
|
|
|
-[dependencies.wasmparser]
|
|
|
|
-version = "0.57"
|
|
|
|
-optional = true
|
|
|
|
-
|
|
|
|
[features]
|
|
|
|
all = [
|
|
|
|
"read",
|
|
|
|
"write",
|
|
|
|
"std",
|
|
|
|
"compression",
|
|
|
|
- "wasm",
|
|
|
|
]
|
|
|
|
archive = []
|
|
|
|
cargo-all = []
|
|
|
|
@@ -103,7 +98,6 @@
|
|
|
|
"elf",
|
|
|
|
"macho",
|
|
|
|
"pe",
|
|
|
|
- "wasm",
|
|
|
|
]
|
|
|
|
elf = []
|
|
|
|
macho = []
|
|
|
|
@@ -132,7 +126,6 @@
|
|
|
|
"unstable",
|
|
|
|
"xcoff",
|
|
|
|
]
|
|
|
|
-wasm = ["wasmparser"]
|
|
|
|
write = [
|
|
|
|
"write_std",
|
|
|
|
"coff",
|