# 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 = "libpt-log" version = "0.6.2-alpha.2" authors = ["Christoph J. Scherr "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Personal multitool" homepage = "https://git.cscherr.de/PlexSheep/pt" readme = "README.md" keywords = ["library"] categories = [ "command-line-utilities", "development-tools", ] license = "GPL-3.0-or-later" repository = "https://git.cscherr.de/PlexSheep/pt" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "libpt_log" path = "src/lib.rs" [[example]] name = "logfile" path = "examples/logfile.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.chrono] version = "0.4.38" [dependencies.libpt-core] version = "0.5.0" optional = false [dependencies.thiserror] version = "1.0.56" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.gag] version = "1.0.0"