[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "1"
[lib]
proc-macro = true
[package]
authors = ["the Deno authors"]
description = "implementation detail of the `flaky_test` macro"
edition = "2021"
license = "MIT"
name = "flaky_test_impl"
repository = "https://github.com/denoland/flaky_test"
version = "0.2.2"