# 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.79.0" name = "pessimize" version = "2.0.0" authors = ["Hadrien G. "] description = "More efficient Rust compiler optimization barriers" readme = "README.md" keywords = [ "optimization", "barrier", "black-box", "efficient", "benchmarking", ] categories = [ "development-tools", "hardware-support", "no-std", "rust-patterns", ] license = "MPL-2.0" [package.metadata.docs.rs] all-features = true default-target = "x86_64-unknown-linux-gnu" targets = [ "aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "i586-unknown-linux-gnu", "riscv32i-unknown-none-elf", "riscv64gc-unknown-linux-gnu", "x86_64-unknown-linux-gnu", ] [dependencies.safe_arch] version = "0.7" optional = true [dev-dependencies.safe_arch] version = "0.7" [dev-dependencies.tempfile] version = "3.3" [features] alloc = [] default = ["std"] default_impl = ["nightly"] nightly = [] std = ["alloc"]