[dev-dependencies.rustversion]
version = "1.0.6"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.66"
[lib]
name = "definitely"
path = "src/lib.rs"
[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Codepaths that are statically unreachable according to the compiler's intraprocedural control flow analysis"
documentation = "https://docs.rs/definitely"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "definitely"
readme = "README.md"
version = "1.0.0"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition", "--extern-html-root-url=core=https://doc.rust-lang.org", "--extern-html-root-url=alloc=https://doc.rust-lang.org", "--extern-html-root-url=std=https://doc.rust-lang.org"]
targets = ["x86_64-unknown-linux-gnu"]
[[test]]
name = "compiletest"
path = "tests/compiletest.rs"