# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "dudy-malloc" version = "0.1.2" authors = ["강동윤 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Easy way to configure best memory allocation for each platforms" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/dudykr/ddbase.git" [lib] name = "dudy_malloc" path = "src/lib.rs" [dependencies] [target.'cfg(all(target_os = "linux", target_env = "gnu", any(target_arch = "x86_64", target_arch = "aarch64")))'.dependencies.tikv-jemallocator] version = "0.4" features = ["disable_initial_exec_tls"] [target.'cfg(not(target_os = "linux"))'.dependencies.mimalloc-rust] version = "0.2"