# 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 = "exec_logger" version = "0.1.1" authors = ["Vinicius Benevides massaki1999@gmail.com"] description = "A logging library focused on organizing logs per execution with automatic housekeeping" keywords = [ "log", "execution", "housekeeping", ] license = "MIT" repository = "https://github.com/VBenevides/exec_logger" [dependencies.anyhow] version = "1.0.89" [dependencies.arc-swap] version = "1.7.1" [dependencies.chrono] version = "0.4.38" [dependencies.once_cell] version = "1.20.2" [dependencies.whoami] version = "1.5.2"