[package] name = "tokio-walltime" version = "0.1.3" edition = "2021" authors = ["Calvin Lee "] description = "A wallclock time crate for tokio" repository = "https://git.sr.ht/~pounce/tokio-walltime" license = "MIT" [dependencies] tokio = { version = "1", features = ["signal"] } libc = "0.2.126" chrono = "0.4.19" thiserror = "1.0.31" errno = "0.2.8" [dev-dependencies] # Examples use extra features. tokio = { version = "1", features = ["signal", "rt", "macros", "rt-multi-thread", "time"] }