[package] name = "sentry-failure" version = "0.21.0" authors = ["Sentry "] license = "Apache-2.0" readme = "README.md" repository = "https://github.com/getsentry/sentry-rust" homepage = "https://sentry.io/welcome/" description = """ Sentry integration for failure crate. """ edition = "2018" [package.metadata.docs.rs] all-features = true [dependencies] sentry-core = { version = "0.21.0", path = "../sentry-core" } sentry-backtrace = { version = "0.21.0", path = "../sentry-backtrace" } failure = "0.1.6"