mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-19 03:05:06 +00:00

Pull in https://github.com/prefix-dev/async_http_range_reader/pull/19, removes a version of `itertools`.
16 lines
473 B
TOML
16 lines
473 B
TOML
[package]
|
|
name = "uv-performance-memory-allocator"
|
|
version = "0.1.0"
|
|
publish = false
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
|
|
[target.'cfg(all(target_os = "windows"))'.dependencies]
|
|
mimalloc = { version = "0.1.43" }
|
|
|
|
[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" }
|