[package] name = "synchronous-timer" description = "Simpler synchronous timer/scheduler for Rust applications" homepage = "https://github.com/EasyPost/synchronous-timer-rs/" repository = "https://github.com/EasyPost/synchronous-timer-rs/" documentation = "https://docs.rs/synchronous-timer/" readme = "README.md" authors = ["EasyPost OSS "] version = "0.1.0" edition = "2021" license = "ISC" [dependencies] parking_lot = "0.12" log = "0.4" smallvec = "1" [dev-dependencies] env_logger = "0.9"