sentry-log 0.46.2

Sentry integration for the log and env_logger crates.
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.81"
name = "sentry-log"
version = "0.46.2"
authors = ["Sentry <hello@sentry.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Sentry integration for the log and env_logger crates.
"""
homepage = "https://sentry.io/welcome/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/getsentry/sentry-rust"

[features]
default = []
logs = ["sentry-core/logs"]

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

[dependencies.bitflags]
version = "2.9.4"

[dependencies.log]
version = "0.4.8"
features = [
    "std",
    "kv",
]

[dependencies.sentry-core]
version = "0.46.2"

[dev-dependencies.pretty_env_logger]
version = "0.5.0"