11[package ]
2- name = " mimalloc "
2+ name = " mimalloc2 "
33version = " 0.1.43"
44authors = [
55 " Octavian Oncescu <[email protected] >" ,
66 " Vincent Rouillé <[email protected] >" ,
77 " Thom Chiovoloni <[email protected] >" ,
88]
9- edition = " 2018 "
9+ edition = " 2021 "
1010repository = " https://github.com/purpleprotocol/mimalloc_rust"
1111keywords = [" mimalloc" , " allocator" , " encrypted-heap" , " performance" ]
1212categories = [" memory-management" , " api-bindings" ]
@@ -21,14 +21,14 @@ members = ["libmimalloc-sys", "libmimalloc-sys/sys-test"]
2121travis-ci = { repository = " purpleprotocol/mimalloc_rust" }
2222
2323[dependencies ]
24- libmimalloc-sys = { path = " libmimalloc-sys" , version = " 0.1.39" , default-features = false }
24+ libmimalloc-sys2 = { path = " libmimalloc-sys" , version = " 0.1.39" , default-features = false }
2525
2626[features ]
2727default = []
28- secure = [" libmimalloc-sys /secure" ]
29- override = [" libmimalloc-sys /override" ]
30- debug = [" libmimalloc-sys /debug" ]
31- debug_in_debug = [" libmimalloc-sys /debug_in_debug" ]
32- local_dynamic_tls = [" libmimalloc-sys /local_dynamic_tls" ]
33- no_thp = [" libmimalloc-sys /no_thp" ]
34- extended = [" libmimalloc-sys /extended" ]
28+ secure = [" libmimalloc-sys2 /secure" ]
29+ override = [" libmimalloc-sys2 /override" ]
30+ debug = [" libmimalloc-sys2 /debug" ]
31+ debug_in_debug = [" libmimalloc-sys2 /debug_in_debug" ]
32+ local_dynamic_tls = [" libmimalloc-sys2 /local_dynamic_tls" ]
33+ no_thp = [" libmimalloc-sys2 /no_thp" ]
34+ extended = [" libmimalloc-sys2 /extended" ]
0 commit comments