sentry 0.15.5

Sentry (getsentry.com) client for rust ;)
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[[example]]
name = "error-chain-demo"
required-features = ["with_error_chain"]
[dependencies.backtrace]
version = "0.3.15"
optional = true

[dependencies.curl]
version = "0.4.21"
optional = true

[dependencies.env_logger]
version = "0.6.1"
optional = true

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

[dependencies.failure]
version = "0.1.5"
optional = true

[dependencies.findshlibs]
version = "0.4.1"
optional = true

[dependencies.hostname]
version = "0.1.5"
optional = true

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

[dependencies.im]
version = "12.3.4"
optional = true

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.libc]
version = "0.2.51"
optional = true

[dependencies.log]
version = "0.4.6"
features = ["std"]
optional = true

[dependencies.rand]
version = "0.6.5"

[dependencies.regex]
version = "1.1.6"
optional = true

[dependencies.reqwest]
version = "0.9.15"
optional = true
default-features = false

[dependencies.sentry-types]
version = "0.11.0"

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

[dependencies.url]
version = "1.7.2"
optional = true
[dev-dependencies.actix-web]
version = "0.7.19"
default-features = false

[dev-dependencies.failure_derive]
version = "0.1.5"

[dev-dependencies.pretty_env_logger]
version = "0.3.0"
[build-dependencies.rustc_version]
version = "0.2.3"
optional = true

[features]
default = ["with_client_implementation", "with_default_transport", "with_panic", "with_failure", "with_log", "with_env_logger", "with_device_info", "with_rust_info", "with_native_tls"]
with_backtrace = ["backtrace", "regex"]
with_client_implementation = ["im", "url", "with_backtrace"]
with_curl_transport = ["curl", "httpdate", "serde_json", "with_client_implementation"]
with_debug_meta = ["findshlibs", "goblin", "memmap", "with_client_implementation"]
with_debug_to_log = ["log"]
with_default_transport = ["with_reqwest_transport"]
with_device_info = ["libc", "hostname", "uname", "with_client_implementation"]
with_env_logger = ["with_log", "env_logger"]
with_error_chain = ["error-chain", "with_backtrace"]
with_failure = ["failure", "with_backtrace"]
with_log = ["log", "with_backtrace"]
with_native_tls = ["reqwest/default-tls"]
with_panic = ["with_backtrace"]
with_reqwest_transport = ["reqwest", "httpdate", "with_client_implementation"]
with_rust_info = ["rustc_version", "with_client_implementation"]
with_rustls = ["reqwest/rustls-tls"]
with_test_support = []
[target."cfg(not(windows))".dependencies.uname]
version = "0.1.1"
optional = true
[target."cfg(unix)".dependencies.goblin]
version = "0.0.22"
features = ["elf32", "elf64", "endian_fd", "std"]
optional = true
default-features = false

[target."cfg(unix)".dependencies.memmap]
version = "0.7.0"
optional = true