sentry 0.5.4

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]
name = "sentry"
version = "0.5.4"
authors = ["Sentry <hello@sentry.io>"]
build = "build.rs"
description = "Sentry (getsentry.com) client for rust ;)\n"
homepage = "https://github.com/getsentry/sentry-rust"
documentation = "https://docs.rs/sentry"
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"]

[[example]]
name = "failure-demo"

[[example]]
name = "log-demo"

[[example]]
name = "message-demo"

[[example]]
name = "panic-demo"

[[example]]
name = "thread-demo"
[dependencies.backtrace]
version = "0.3.8"
optional = true

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

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

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

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

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

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

[dependencies.lazy_static]
version = "1.0.1"

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

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

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

[dependencies.reqwest]
version = "0.8.6"
optional = true

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

[dependencies.serde]
version = "1.0.66"

[dependencies.serde_json]
version = "1.0.19"

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

[dependencies.uuid]
version = "0.6.5"
features = ["v4"]
[dev-dependencies.failure_derive]
version = "0.1.1"

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

[features]
default = ["with_client_implementation", "with_panic", "with_failure", "with_log", "with_env_logger", "with_device_info", "with_rust_info"]
with_backtrace = ["backtrace", "regex"]
with_client_implementation = ["reqwest", "im", "url", "with_backtrace"]
with_debug_meta = ["findshlibs", "with_client_implementation"]
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_panic = ["with_backtrace"]
with_rust_info = ["rustc_version", "with_client_implementation"]
with_shim_api = []
[target."cfg(not(windows))".dependencies.uname]
version = "0.1.1"
optional = true