1[package] 2name = "rustversion" 3version = "1.0.4" 4authors = ["David Tolnay <dtolnay@gmail.com>"] 5edition = "2018" 6license = "MIT OR Apache-2.0" 7description = "Conditional compilation according to rustc compiler version" 8repository = "https://github.com/dtolnay/rustversion" 9documentation = "https://docs.rs/rustversion" 10readme = "README.md" 11build = "build/build.rs" 12 13[lib] 14proc-macro = true 15 16[dev-dependencies] 17trybuild = "1.0.35" 18 19[package.metadata.docs.rs] 20targets = ["x86_64-unknown-linux-gnu"] 21