[package]
edition = "2021"
rust-version = "1.77.2"
name = "tauri-plugin-log"
version = "2.9.0"
authors = ["Tauri Programme within The Commons Conservancy"]
build = "build.rs"
links = "tauri-plugin-log"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configurable logging for your Tauri app."
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/tauri-apps/plugins-workspace"
[package.metadata.platforms.support.windows]
level = "full"
notes = ""
[package.metadata.platforms.support.linux]
level = "full"
notes = ""
[package.metadata.platforms.support.macos]
level = "full"
notes = ""
[package.metadata.platforms.support.android]
level = "full"
notes = ""
[package.metadata.platforms.support.ios]
level = "full"
notes = ""
[features]
colored = ["fern/colored"]
tracing = ["dep:tracing"]
[lib]
name = "tauri_plugin_log"
path = "src/lib.rs"
[dependencies.fern]
version = "0.7"
[dependencies.log]
version = "0.4.21"
features = ["kv"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.serde_repr]
version = "0.1"
[dependencies.tauri]
version = "2.10"
default-features = false
[dependencies.thiserror]
version = "2"
[dependencies.time]
version = "0.3"
features = [
"formatting",
"local-offset",
"macros",
"parsing",
]
[dependencies.tracing]
version = "0.1"
optional = true
[build-dependencies.tauri-plugin]
version = "2.5"
features = ["build"]
[target.'cfg(target_os = "android")'.dependencies.android_logger]
version = "0.15"
[target.'cfg(target_os = "ios")'.dependencies.objc2]
version = "0.6"
[target.'cfg(target_os = "ios")'.dependencies.objc2-foundation]
version = "0.3"
features = [
"std",
"NSString",
]
default-features = false
[target.'cfg(target_os = "ios")'.dependencies.swift-rs]
version = "1"