# 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 = "err-logging" version = "0.1.1" authors = ["malefooo <784479660@qq.com>"] description = "When result is an error, print the file name, line number, and uid." readme = "README.md" keywords = [ "err", "error", "log", "logging", "print", ] license = "MIT/Apache-2.0" repository = "https://github.com/malefooo/err-logging" [dependencies.log] version = "0.4.21" [dependencies.once_cell] version = "1.19.0" [dependencies.pin-project] version = "1.1.5" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.uuid] version = "1.8.0" features = ["v4"] [dev-dependencies.env_logger] version = "0.11.3"