[package] name = "rustversion-detect" version = "0.1.3" authors = ["David Tolnay ", "Techcable"] build = "build/build.rs" categories = ["development-tools::build-utils", "no-std", "no-std::no-alloc"] description = "Detect rustc compiler version" edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/Techcable/rustversion-detect" # 1.31 - First version supporting Rust 2018 # 1.32 - First version supporting `?` and `:literal` in macros rust-version = "1.31" # Exclude compile benchmarks & git metadata exclude = ["/benchcompile", "/.github", ".gitignore"] [package.metadata.cdocs.rs] targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = ["--generate-link-to-definition"]