[package]
edition = "2018"
name = "ntest_timeout"
version = "0.3.0"
authors = ["Armin Becher <armin.becher@gmail.com>"]
description = "Timeout attribute for the ntest framework."
documentation = "https://docs.rs/ntest"
readme = "README.md"
keywords = ["test", "tests", "unit", "testing", "timeout"]
categories = ["development-tools", "development-tools::testing"]
license-file = "LICENSE"
repository = "https://gitlab.com/becheran/ntest"
[lib]
name = "ntest_timeout"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "1.0"
features = ["full"]
[dependencies.timebomb]
version = "0.1.2"