# 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] edition = "2021" rust-version = "1.69.0" name = "cve-rs" version = "0.6.0" authors = [ "Speykious", "BrightShard", "Creative0708", ] description = "Blazingly fast memory vulnerabilities, written in 100% safe Rust." readme = "README.md" keywords = [ "cve", "security", "soundness", "safety", "segfault", ] categories = ["rust-patterns"] license-file = "LICENSE" repository = "https://github.com/Speykious/cve-rs" [profile.dev] debug = 0 [[bench]] name = "transmute" harness = false [dependencies.oorandom] version = "11.1.3" optional = true [dependencies.ureq] version = "2.9.6" optional = true default-features = false [dev-dependencies.criterion] version = "0.5.1" [features] default = [] download-more-ram = ["ureq"] give-up = ["oorandom"]