tauri-plugin-tracing 0.3.3

Use the tracing crate in your Tauri app
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 = "tauri-plugin-tracing"
version = "0.3.3"
authors = ["Flight Science"]
build = "build.rs"
links = "tauri-plugin-tracing"
exclude = [
    "/dist-js",
    "/examples",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Use the tracing crate in your Tauri app"
readme = "README.md"
license = "MIT"
repository = "https://github.com/fltsci/tauri-plugin-tracing"
resolver = "2"

[features]
colored = [
    "dep:colored",
    "tracing-subscriber/ansi",
]
default = []
flamegraph = [
    "dep:inferno",
    "dep:tracing-flame",
]
profiling = ["dep:tauri-plugin-profiling"]
specta = ["dep:specta"]

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

[[bench]]
name = "callstack"
path = "benches/callstack.rs"
harness = false

[[bench]]
name = "strip_ansi"
path = "benches/strip_ansi.rs"
harness = false

[dependencies.colored]
version = "3.0.0"
optional = true

[dependencies.inferno]
version = "0.12"
optional = true
default-features = false

[dependencies.memchr]
version = "2.7.4"

[dependencies.rolling-file]
version = "0.2.0"

[dependencies.serde]
version = "1.0.228"
default-features = false

[dependencies.serde_repr]
version = "0.1.20"

[dependencies.specta]
version = "=2.0.0-rc.24"
features = ["derive"]
optional = true

[dependencies.tauri]
version = "2.9.5"

[dependencies.tauri-plugin-profiling]
version = "0.1"
optional = true

[dependencies.thiserror]
version = "2.0.17"
default-features = false

[dependencies.time]
version = "0.3.44"
features = [
    "formatting",
    "local-offset",
]
default-features = false

[dependencies.tokio]
version = "1.48.0"
features = ["full"]

[dependencies.tracing]
version = "0.1.43"

[dependencies.tracing-appender]
version = "0.2.4"

[dependencies.tracing-core]
version = "0.1.35"

[dependencies.tracing-flame]
version = "0.2"
optional = true

[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "env-filter",
    "time",
]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[build-dependencies.tauri-plugin]
version = "2.5.2"
features = ["build"]

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
panic = "abort"
incremental = false