deep_log 0.3.1

Dual-axis logging : level + zone bitflag, console and file output
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 = "2021"
rust-version = "1.70"
name = "deep_log"
version = "0.3.1"
authors = ["your_name <your_email@example.com>"]
build = false
exclude = [
    "target/",
    ".git/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dual-axis logging : level + zone bitflag, console and file output"
documentation = "https://docs.rs/deep_log"
readme = "README.md"
keywords = [
    "logging",
    "debug",
    "gamedev",
    "bitflag",
    "file",
]
categories = ["development-tools::debugging"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/your_username/deep_log"

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

[[bin]]
name = "deep_log"
path = "src/main.rs"

[[example]]
name = "demo"
path = "examples/demo.rs"