# 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 = "layla-log" version = "0.2.9" authors = ["ILikeLayla "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple logger library." homepage = "https://github.com/ILikeLayla/Layla-log" documentation = "https://docs.rs/layla-log/latest/layla_log/" readme = "README.md" license = "MIT" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [lib] name = "layla_log" path = "src/lib.rs" [[test]] name = "double_init" path = "tests/double_init.rs" [[test]] name = "write_in" path = "tests/write_in.rs" [dependencies.chrono] version = "0.4.37" [dependencies.lazy_static] version = "1.5.0"