tauri-plugin-auditaur 0.1.4

Development-first Tauri plugin for collecting Auditaur local telemetry.
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"
name = "tauri-plugin-auditaur"
version = "0.1.4"
build = "build.rs"
links = "tauri-plugin-auditaur"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Development-first Tauri plugin for collecting Auditaur local telemetry."
readme = "README.md"
keywords = [
    "tauri",
    "plugin",
    "observability",
    "opentelemetry",
]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/sethjuarez/auditaur"

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

[dependencies.auditaur-collector]
version = "0.1.4"

[dependencies.auditaur-core]
version = "0.1.4"

[dependencies.directories]
version = "6"

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

[dependencies.serde_json]
version = "1"

[dependencies.tauri]
version = "2.11.2"
default-features = false

[dependencies.tauri-plugin-auditaur-macros]
version = "0.1.4"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
    "serde",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v4",
]

[dev-dependencies.tempfile]
version = "3"

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