[dependencies.proc-macro2]
version = "1.0.26"
[dependencies.quote]
version = "1.0.9"
[dependencies.syn]
features = ["full", "visit", "visit-mut"]
version = "1.0.69"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0"
[lib]
proc-macro = true
[package]
authors = ["Milijana Surbatovich <milijans@andrew.cmu.edu>"]
autotests = false
description = "A library for safe intermittence on Rust programs"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "intermittent"
readme = "README.md"
version = "0.0.1"
[[test]]
name = "tests"
path = "tests/progress.rs"