# 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] name = "gear-dlmalloc" version = "0.2.0" authors = [ "Alex Crichton ", "Gear Technologies", ] description = """ A Rust port of the dlmalloc allocator """ homepage = "https://github.com/gear-tech/dlmalloc-rust" documentation = "https://docs.rs/gear-dlmalloc" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/gear-tech/dlmalloc-rust" [package.metadata.docs.rs] features = ["global"] [lib] doctest = false [dependencies.compiler_builtins] version = "0.1.0" optional = true [dependencies.core] version = "1.0.0" optional = true package = "rustc-std-workspace-core" [dependencies.static_assertions] version = "1.1" [dependencies.str-buf] version = "3.0.2" [dev-dependencies.rand] version = "0.8.5" [features] checks = ["debug"] debug = [] default = ["global"] global = [] verbose = [] [target."cfg(all(unix, not(target_arch = \"wasm32\")))".dependencies.libc] version = "0.2.101" default-features = false [target."cfg(all(unix, not(target_arch = \"wasm32\")))".dependencies.libc-print] version = "0.1" [target."cfg(not(target_family = \"wasm\"))".dependencies.page_size] version = "0.6.0"