rspack_allocator 0.7.5

rspack allocator
Documentation
# 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 = "2024"
name = "rspack_allocator"
version = "0.7.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rspack allocator"
readme = false
license = "MIT"
repository = "https://github.com/web-infra-dev/rspack"
resolver = "2"

[package.metadata.cargo-shear]
ignored = ["tracy-client-sys"]

[lib]
name = "rspack_allocator"
path = "src/lib.rs"

[dependencies]

[target.'cfg(all(not(target_os = "linux"), not(target_os = "macos"), not(target_family = "wasm")))'.dependencies.mimalloc]
version = "0.2.4"
default-features = false
package = "mimalloc-rspack"

[target.'cfg(not(target_family = "wasm"))'.dependencies.sftrace-setup]
version = "0.1.2"
optional = true
default-features = false

[target.'cfg(not(target_family = "wasm"))'.dependencies.tracy-client]
version = "=0.18.4"
features = [
    "enable",
    "sampling",
    "demangle",
    "system-tracing",
]
optional = true
default-features = false

[target.'cfg(target_os = "linux")'.dependencies.mimalloc]
version = "0.2.4"
features = ["local_dynamic_tls"]
default-features = false
package = "mimalloc-rspack"

[target.'cfg(target_os = "macos")'.dependencies.mimalloc]
version = "0.2.4"
features = ["v3"]
default-features = false
package = "mimalloc-rspack"