# 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 = "proflogger" version = "0.1.2" authors = ["Mackenzie Gray "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implements a macro to enable automatic function profiling." readme = "README.md" keywords = [ "profile", "log", ] categories = ["date-and-time"] license = "MIT" repository = "https://github.com/mackenziedg/proflogger" [lib] name = "proflogger" path = "src/lib.rs" [dependencies.log] version = "0.4.21" [dependencies.proflogger_proc] version = "0.1.2" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.pollster] version = "0.3.0" [lints.clippy] complexity = "warn" pedantic = "warn" perf = "warn" style = "warn" suspicious = "warn"