blob: 268b002bd9942ddbd7158164ddc1aced906c0379 [file] [log] [blame] [edit]
[package]
name = "rustversion"
version = "1.0.4"
authors = ["David Tolnay <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Conditional compilation according to rustc compiler version"
repository = "https://github.com/dtolnay/rustversion"
documentation = "https://docs.rs/rustversion"
readme = "README.md"
build = "build/build.rs"
[lib]
proc-macro = true
[dev-dependencies]
trybuild = "1.0.35"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]