sentry 0.20.0

Sentry (getsentry.com) client for rust ;)
Documentation
[dependencies.curl_]
optional = true
package = "curl"
version = "0.4.25"

[dependencies.futures]
optional = true
version = "0.3"

[dependencies.http-client]
optional = true
version = "3.0"

[dependencies.httpdate]
optional = true
version = "0.3.2"

[dependencies.log_]
features = ["std"]
optional = true
package = "log"
version = "0.4.8"

[dependencies.reqwest_]
default-features = false
features = ["blocking", "json"]
optional = true
package = "reqwest"
version = "0.10.1"

[dependencies.sentry-anyhow]
optional = true
version = "0.20.0"

[dependencies.sentry-backtrace]
optional = true
version = "0.20.0"

[dependencies.sentry-contexts]
optional = true
version = "0.20.0"

[dependencies.sentry-core]
features = ["client"]
version = "0.20.0"

[dependencies.sentry-debug-images]
optional = true
version = "0.20.0"

[dependencies.sentry-error-chain]
optional = true
version = "0.20.0"

[dependencies.sentry-failure]
optional = true
version = "0.20.0"

[dependencies.sentry-log]
optional = true
version = "0.20.0"

[dependencies.sentry-panic]
optional = true
version = "0.20.0"

[dependencies.sentry-slog]
optional = true
version = "0.20.0"

[dependencies.serde_json]
optional = true
version = "1.0.48"

[dependencies.surf_]
optional = true
package = "surf"
version = "=2.0.0-alpha.4"

[features]
anyhow = ["sentry-anyhow"]
backtrace = ["sentry-backtrace"]
contexts = ["sentry-contexts"]
curl = ["curl_", "httpdate", "serde_json"]
debug-images = ["sentry-debug-images"]
debug-logs = ["log_", "sentry-core/debug-logs"]
default = ["backtrace", "contexts", "failure", "panic", "transport"]
env_logger = ["sentry-log", "sentry-log/env_logger"]
error-chain = ["sentry-error-chain"]
failure = ["sentry-failure"]
log = ["sentry-log"]
native-tls = ["reqwest_/default-tls"]
panic = ["sentry-panic"]
reqwest = ["reqwest_", "httpdate"]
rustls = ["reqwest_/rustls-tls"]
slog = ["sentry-slog"]
surf = ["surf_", "httpdate", "http-client", "futures"]
test = ["sentry-core/test"]
transport = ["reqwest", "native-tls"]
with_backtrace = ["backtrace"]
with_client_implementation = []
with_curl_transport = ["curl"]
with_debug_meta = ["debug-images"]
with_debug_to_log = ["debug-logs"]
with_default_transport = ["transport"]
with_device_info = ["contexts"]
with_error_chain = ["error-chain"]
with_failure = ["failure"]
with_native_tls = ["native-tls"]
with_panic = ["panic"]
with_reqwest_transport = ["reqwest"]
with_rust_info = ["contexts"]
with_rustls = ["rustls"]
with_surf_transport = ["surf"]
with_test_support = ["test"]

[package]
authors = ["Sentry <hello@sentry.io>"]
autoexamples = true
description = "Sentry (getsentry.com) client for rust ;)\n"
edition = "2018"
homepage = "https://sentry.io/welcome/"
license = "Apache-2.0"
name = "sentry"
readme = "README.md"
repository = "https://github.com/getsentry/sentry-rust"
version = "0.20.0"
[package.metadata.docs.rs]
all-features = true