opt-level 1.0.0

Get value of rustc `-Copt-level=` flag
Documentation
[dev-dependencies.rand]
version = "0.9"

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

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["no-std", "no-std::no-alloc"]
description = "Get value of rustc `-Copt-level=` flag"
documentation = "https://docs.rs/opt-level"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "opt-level"
readme = "README.md"
repository = "https://github.com/dtolnay/opt-level"
rust-version = "1.68"
version = "1.0.0"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition", "--generate-macro-expansion", "--extern-html-root-url=core=https://doc.rust-lang.org"]
targets = ["x86_64-unknown-linux-gnu"]