[dependencies.proc-macro-crate]
version = ">=1.1,<=3"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "1.0"
[lib]
name = "ntest_timeout"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Armin Becher <armin.becher@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "development-tools::testing"]
description = "Timeout attribute for the ntest framework."
documentation = "https://docs.rs/ntest"
edition = "2018"
keywords = ["test", "tests", "unit", "testing", "timeout"]
license = "MIT"
name = "ntest_timeout"
readme = "README.md"
repository = "https://github.com/becheran/ntest"
version = "0.9.4"
[[test]]
name = "timeout"
path = "tests/timeout.rs"