mirror of
https://github.com/encounter/object.git
synced 2026-03-30 11:32:22 -07:00
+4
-1
@@ -29,12 +29,15 @@ memmap = "0.7"
|
||||
|
||||
[features]
|
||||
read_core = []
|
||||
read = ["read_core", "coff", "elf", "macho", "pe", "wasm"]
|
||||
read = ["read_core", "coff", "elf", "macho", "pe", "wasm", "unaligned"]
|
||||
write_core = ["crc32fast", "indexmap", "std"]
|
||||
write = ["write_core", "coff", "elf", "macho"]
|
||||
|
||||
std = []
|
||||
compression = ["flate2", "std"]
|
||||
# Treat all types as unaligned. May be useful to enable when processing files
|
||||
# for architectures that have no alignment constraints.
|
||||
unaligned = []
|
||||
|
||||
coff = []
|
||||
elf = []
|
||||
|
||||
+323
-137
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user