# 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 = "shuffling-allocator" version = "1.1.2" authors = ["Nick Fitzgerald "] description = "A shuffling allocator, randomizing heap object locations; useful for avoiding accidental cache locality during benchmarking, which can obscure performance evaluation." documentation = "https://docs.rs/shuffling-allocator" readme = "./README.md" categories = ["memory-management", "development-tools::profiling"] license = "MPL-2.0" repository = "https://github.com/fitzgen/shuffling-allocator" [dependencies.cfg-if] version = "1.0.0" [dependencies.rand] version = "0.8.2" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3" features = ["synchapi"] [target."cfg(unix)".dependencies.libc] version = "0.2" default-features = false