# 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 = "tinylog" version = "4.0.1" authors = ["Purpzie"] include = [ "src", "README.md", "LICENSE", ] description = "A logger for my personal projects." readme = "README.md" license = "MIT" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docs_rs", ] [dependencies.itoa] version = "1.0.3" default-features = false [dependencies.log] version = "0.4.17" optional = true default-features = false [dependencies.parking_lot] version = "0.12.1" optional = true default-features = false [dependencies.ryu] version = "1.0.11" optional = true default-features = false [dependencies.supports-color] version = "2.0.0" optional = true default-features = false [dependencies.time] version = "0.3.14" features = ["std"] optional = true default-features = false [dependencies.tracing] version = "0.1.36" optional = true default-features = false [dependencies.tracing-subscriber] version = "0.3.15" features = ["std"] optional = true default-features = false [features] default = [ "log", "detect-color", "detect-timezone", ] detect-color = ["supports-color"] detect-timezone = ["time?/local-offset"] log = ["dep:log"] parking_lot = ["dep:parking_lot"] timestamps = ["dep:time"] tracing = [ "dep:ryu", "dep:tracing", "dep:tracing-subscriber", ]