[[test]]
name = "test_const"
path = "tests/test_const.rs"
[[test]]
name = "test_parse"
path = "tests/test_parse.rs"
[lib]
name = "rustversion_detect"
path = "src/lib.rs"
[package]
authors = ["David Tolnay <dtolnay@gmail.com>", "Techcable"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
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"
name = "rustversion-detect"
readme = "README.md"
repository = "https://github.com/Techcable/rustversion-detect"
rust-version = "1.31"
version = "0.1.0"
[package.metadata.cdocs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]