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.18.0/Cargo.toml 2020-03-22T03:27:36+00:00
|
|
|
|
+++ object-0.18.0/Cargo.toml 2020-05-05T21:40:47.927578+00:00
|
|
|
|
@@ -49,9 +49,6 @@
|
|
|
|
[dependencies.target-lexicon]
|
|
|
|
version = "0.10"
|
|
|
|
|
|
|
|
-[dependencies.wasmparser]
|
|
|
|
-version = "0.51.0"
|
|
|
|
-optional = true
|
|
|
|
[dev-dependencies.memmap]
|
|
|
|
version = "0.7"
|
|
|
|
|
|
|
|
@@ -62,9 +59,8 @@
|
|
|
|
elf = []
|
|
|
|
macho = []
|
|
|
|
pe = ["coff"]
|
|
|
|
-read = ["read_core", "coff", "elf", "macho", "pe", "wasm"]
|
|
|
|
+read = ["read_core", "coff", "elf", "macho", "pe"]
|
|
|
|
read_core = []
|
|
|
|
std = []
|
|
|
|
-wasm = ["wasmparser"]
|
|
|
|
write = ["write_core", "coff", "elf", "macho"]
|
|
|
|
write_core = ["crc32fast", "indexmap", "std"]
|