@@ -150,19 +150,15 @@ gimli = { git = "https://github.com/gimli-rs/gimli", rev = "7335f00e7c39fd501511
150150typed-arena = { version = " 2.0" , default-features = false , optional = true }
151151
152152# ppc
153- cwdemangle = { version = " 1.0" , optional = true }
154153cwextab = { version = " 1.1" , optional = true }
155154powerpc = { version = " 0.4" , optional = true }
156155rlwinmdec = { version = " 1.1" , optional = true }
157156
158157# mips
159158rabbitizer = { version = " 2.0.0-alpha.4" , default-features = false , features = [" all_extensions" ], optional = true }
160- gnuv2_demangle ={ version = " 0.1.0" , optional = true }
161159
162160# x86
163- cpp_demangle = { version = " 0.4" , default-features = false , features = [" alloc" ], optional = true }
164161iced-x86 = { version = " 1.21" , default-features = false , features = [" decoder" , " intel" , " gas" , " masm" , " nasm" , " exhaustive_enums" , " no_std" ], optional = true }
165- msvc-demangler = { version = " 0.11" , optional = true }
166162
167163# arm
168164unarm = { version = " 1.9" , optional = true }
@@ -180,6 +176,12 @@ tempfile = { version = "3.20", optional = true }
180176time = { version = " 0.3" , optional = true }
181177encoding_rs = { version = " 0.8.35" , optional = true }
182178
179+ # demangler
180+ cpp_demangle = { version = " 0.4" , optional = true , default-features = false , features = [" alloc" ] }
181+ cwdemangle = { version = " 1.0" , optional = true }
182+ gnuv2_demangle = { version = " 0.1.0" , optional = true }
183+ msvc-demangler = { version = " 0.11" , optional = true }
184+
183185[target .'cfg(windows)' .dependencies ]
184186winapi = { version = " 0.3" , optional = true , features = [" winbase" ] }
185187
0 commit comments