init-log4rs 0.1.6

Search log4rs configuration in multiple directories or create one
Documentation
# 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 = "2024"
name = "init-log4rs"
version = "0.1.6"
authors = ["Ting Lou <ting.lou@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Search log4rs configuration in multiple directories or create one"
documentation = "https://docs.rs/init-log4rs/"
readme = "README.md"
keywords = [
    "log4rs",
    "log",
]
categories = ["development-tools::debugging"]
license = "Apache-2.0"
repository = "https://github.com/tinglou/oh-my-rust-crates"
resolver = "2"

[lib]
name = "init_log4rs"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.dirs]
version = "6.0.0"

[dependencies.log4rs]
version = "1.4.0"

[dependencies.thiserror]
version = "2.0.18"