# 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 = "rmalloc" version = "1.1.0" authors = ["iximeow "] description = "randomized malloc" readme = "README.md" license = "0BSD" [lib] crate-type = ["cdylib"] [dependencies.cfg-if] version = "0.1" [dependencies.libc] version = "0.2.77" [dependencies.mersenne_twister] version = "1.1.1" [dependencies.nix] version = "0.18.0" [dependencies.num-traits] version = "0.2.12" optional = true [dependencies.rand] version = "0.4.2" [dependencies.yaxpeax-arch] version = "0.0.4" features = [] optional = true default-features = false [dependencies.yaxpeax-x86] version = "0.1.3" features = [] optional = true default-features = false [features] default = [] safety-checks = ["yaxpeax-x86", "yaxpeax-arch", "num-traits"]