tauri-plugin-sentry 0.6.0

An experimental Tauri Plugin for Sentry
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-sentry"
version = "0.6.0"
build = "build.rs"
links = "tauri-plugin-sentry"
exclude = [
    "/examples",
    "/node_modules",
    "/target",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An experimental Tauri Plugin for Sentry"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/timfish/sentry-tauri"

[features]
default = ["minidump"]
minidump = ["sentry-rust-minidump"]

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

[dependencies.base64]
version = "0.23"

[dependencies.schemars]
version = "0.8"

[dependencies.sentry]
version = "0.49"
default-features = false

[dependencies.serde]
version = "1"

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

[dependencies.thiserror]
version = "2"

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

[target.'cfg(not(target_os = "ios"))'.dependencies.sentry-rust-minidump]
version = "0.17"
optional = true