[package] name = "iseyen" version = "0.1.2" edition = "2021" authors = ["Joshua Oladele "] categories = ["web-programming"] description = "Simple hygenic macros for running background jobs" documentation = "https://github.com/jurshsmith/iseyen#readme" license = "MIT OR Apache-2.0" keywords = ["worker", "recursive-worker", "database"] repository = "https://github.com/jurshsmith/iseyen" readme="README.md" rust-version = "1.56.1" [dependencies] futures-core = { version = "0.3", features = ["alloc"] } futures-util = "0.3" tokio = { version = "1.29", features = ["full"] }