# 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 = "2018" name = "logging_timer" version = "1.1.1" authors = ["Philip Daniels "] description = "Simple timers that log the elapsed time when dropped" documentation = "https://docs.rs/logging_timer/" readme = "README.md" keywords = [ "logging", "log", "timer", "execution", "speed", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/PhilipDaniels/logging_timer" [dependencies.log] version = "0.4" [dependencies.logging_timer_proc_macros] version = "1.1.1" [dev-dependencies.async-trait] version = "0.1.77" [dev-dependencies.chrono] version = "0.4" features = ["serde"] [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.tokio] version = "1.36.0" features = ["full"]