# 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 = "sentry-tauri" version = "0.3.1" build = 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/tree/tauri-v1" [lib] name = "sentry_tauri" path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.sentry] version = "0.34" [dependencies.sentry-rust-minidump] version = "0.8" [dependencies.serde] version = "1" [dependencies.tauri] version = "1" [dependencies.thiserror] version = "1"