pessimize 3.0.1

More efficient Rust compiler optimization barriers
Documentation
# 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.89.0"
name = "pessimize"
version = "3.0.1"
authors = ["Hadrien G. <knights_of_ni@gmx.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
repository = "https://github.com/HadrienG2/pessimize/"

[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",
]

[badges.maintenance]
status = "passively-maintained"

[features]
alloc = []
default = ["std"]
default_impl = ["nightly"]
nightly = []
std = ["alloc"]

[lib]
name = "pessimize"
path = "src/lib.rs"

[dependencies.safe_arch]
version = "1.0"
optional = true

[dev-dependencies.safe_arch]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.24"