[package]
edition = "2024"
rust-version = "1.91"
name = "uv-performance-memory-allocator"
version = "0.0.16"
authors = ["uv"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This is an internal component crate of uv"
homepage = "https://pypi.org/project/uv/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/astral-sh/uv"
resolver = "2"
[lib]
name = "uv_performance_memory_allocator"
path = "src/lib.rs"
doctest = false
[dependencies]
[target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), not(target_os = "freebsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dependencies.tikv-jemallocator]
version = "0.6.0"
[target.'cfg(all(target_os = "windows"))'.dependencies.mimalloc]
version = "0.1.43"