# 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 = "alterable_logger" version = "1.0.0" authors = ["Simon Brummer "] description = "A thin wrapper for \"log\" allowing to replace the actual logger implementation at run time" readme = "README.md" keywords = [ "logging", "log", ] categories = ["logging"] license = "MPL-2.0" repository = "https://github.com/brummer-simon/alterable_logger.git" [dependencies.arc-swap] version = "1.6.0" [dependencies.log] version = "0.4.20" features = ["std"] [dependencies.once_cell] version = "1.18.0"