# 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 = "twyg" version = "0.4.1" authors = ["Duncan McGreggor "] exclude = [ "/.github", "/resources", ".gitignore", ] description = "A tiny logging setup for Rust applications" documentation = "https://docs.rs/twyg/" readme = "README.md" keywords = [ "logging", "loggers", "formatting", ] categories = [ "development-tools", "value-formatting", ] license = "Apache-2.0" repository = "https://github.com/oxur/twyg" [lib] name = "twyg" [[example]] name = "colour-caller" [[example]] name = "no-caller" [[example]] name = "no-colour" [[example]] name = "from-config" [[example]] name = "from-confyg" [[example]] name = "stderr" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.fern] version = "0.6" features = ["colored"] [dependencies.log] version = "0.4" [dependencies.owo-colors] version = "4.0.0" features = ["supports-colors"] [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.config] version = "0.13.2" features = ["yaml"] default-features = false [dev-dependencies.confyg] version = "0.2.0"