# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "synchronous-timer" version = "0.1.0" authors = ["EasyPost OSS "] description = "Simpler synchronous timer/scheduler for Rust applications" homepage = "https://github.com/EasyPost/synchronous-timer-rs/" documentation = "https://docs.rs/synchronous-timer/" readme = "README.md" license = "ISC" repository = "https://github.com/EasyPost/synchronous-timer-rs/" resolver = "2" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12" [dependencies.smallvec] version = "1" [dev-dependencies.env_logger] version = "0.9"