# 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 = "prettylog-rs" version = "0.1.2" authors = ["Aubrey "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A pretty and customizable logging library for Rust" readme = "README.md" keywords = [ "logging", "pretty", "color", "terminal", ] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/aubreyrs/prettylog-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [lib] name = "prettylog_rs" path = "src/lib.rs" [[bin]] name = "prettylog-rs" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.once_cell] version = "1.17" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.5.1"