sentry-contrib-native 0.1.0-alpha-2

Unofficial bindings to the Sentry Native SDK for Rust.
Documentation
[[example]]
name = "custom-transport"
required-features = ["custom-transport"]
[dependencies.http]
optional = true
version = "0.2"

[dependencies.once_cell]
version = "1"

[dependencies.rmpv]
version = "0.4"

[dependencies.sys]
default-features = false
package = "sentry-contrib-native-sys"
version = "0.1.0-alpha"

[dependencies.thiserror]
version = "1"

[dependencies.url]
optional = true
version = "2"

[dependencies.vsprintf]
package = "daxpedda-vsprintf"
version = "1.0.2-pr"
[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.futures-executor]
version = "0.3"

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.libloading]
version = "0.6"

[dev-dependencies.parking_lot]
version = "0.11"

[dev-dependencies.reqwest]
default-features = false
features = ["blocking", "brotli", "json", "rustls-tls"]
version = "0.10"

[dev-dependencies.serde]
version = "1"

[dev-dependencies.serde_derive]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
features = ["macros", "rt-threaded"]
version = "0.2"

[dev-dependencies.url]
version = "2"

[features]
custom-transport = ["http", "url"]
default = ["default-transport"]
default-transport = ["sys/default-transport"]
nightly = ["sys/nightly"]
test = []

[package]
authors = ["daxpedda <daxpedda@gmail.com>"]
categories = ["api-bindings", "development-tools::debugging"]
description = "Unofficial bindings to the Sentry Native SDK for Rust."
edition = "2018"
keywords = ["sentry", "crash", "crashpad", "breakpad", "minidump"]
license = "MIT OR Apache-2.0"
name = "sentry-contrib-native"
readme = "README.md"
repository = "https://github.com/daxpedda/sentry-contrib-native"
version = "0.1.0-alpha-2"
[package.metadata.docs.rs]
features = ["custom-transport", "nightly"]
no-default-features = true
targets = ["x86_64-unknown-linux-gnu"]