# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tetsy-util-mem" version = "0.9.1" authors = ["Parity Technologies "] build = "build.rs" links = "tetsy-util-mem-ban-duplicates" description = "Collection of tetsy memory related utilities" license = "MIT OR Apache-2.0" repository = "https://github.com/tetcoin/tetsy-common" [dependencies.cfg-if] version = "1.0.0" [dependencies.dlmalloc] version = "0.2.1" features = ["global"] optional = true [dependencies.hashbrown] version = "0.9" optional = true [dependencies.impl-trait-for-tuples] version = "0.2.0" [dependencies.libmimalloc-sys] version = "0.1.14" optional = true [dependencies.lru] version = "0.6" optional = true [dependencies.mimalloc] version = "0.1.18" optional = true [dependencies.parking_lot] version = "0.11.1" optional = true [dependencies.smallvec] version = "1.0.0" optional = true [dependencies.tetsy-primitive-types] version = "0.9.1" optional = true default-features = false [dependencies.tetsy-util-mem-derive] version = "0.1.1" [dependencies.vapory-types] version = "0.11.1" optional = true [dependencies.wee_alloc] version = "0.4.5" optional = true [features] default = ["std", "vapory-impls", "lru", "hashbrown", "smallvec", "tetsy-primitive-types"] dlmalloc-global = ["dlmalloc", "estimate-heapsize"] estimate-heapsize = [] jemalloc-global = ["jemallocator"] mimalloc-global = ["mimalloc", "libmimalloc-sys"] std = ["parking_lot"] vapory-impls = ["vapory-types", "tetsy-primitive-types"] weealloc-global = ["wee_alloc", "estimate-heapsize"] [target."cfg(not(target_os = \"windows\"))".dependencies.jemallocator] version = "0.3.2" optional = true [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3.8" features = ["heapapi"]