bugfixes 0.2.4

Rust logging client for Bugfixes with optional remote reporting
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 = "bugfixes"
version = "0.2.4"
build = false
exclude = [
    ".context/*",
    ".github/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust logging client for Bugfixes with optional remote reporting"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bugfixes/bugfixes-rs"

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

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

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

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

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.time]
version = "0.3"
features = ["local-offset"]

[dependencies.tokio]
version = "1"
features = [
    "net",
    "rt",
    "time",
]

[dev-dependencies.temp-env]
version = "0.3"