# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "crashy" version = "0.3.2" authors = ["Bernard van Gastel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "crash reporting with nicer stack traces and information about the current process, with optional Sentry integration, with optional Sentry integration, with optional Sentry integration, with optional Sentry integration" homepage = "https://www.bitpowder.com/libs/indigo/" readme = "README.md" keywords = [ "crash", "reporting", ] categories = ["development-tools::debugging"] license = "Apache-2.0" repository = "https://gitlab.com/bitpowder/indigo-ng" [lib] name = "crashy" path = "src/lib.rs" [dependencies.backtrace] version = "^0.3" [dependencies.buildinfy] version = "^0.1" [dependencies.chrono] version = "^0.4" [dependencies.httpclienty] version = "^0.1" optional = true [dependencies.libc] version = "^0.2" [dependencies.log] version = "^0.4" features = ["std"] [dependencies.networky] version = "^0.1" optional = true [dependencies.opentelemetry] version = "0.23" optional = true [dependencies.rand] version = "^0.8" features = ["getrandom"] [dependencies.tokio] version = "^1" features = ["rt"] optional = true [dependencies.tracing] version = "0.1" optional = true [dependencies.tracing-opentelemetry] version = "0.24" optional = true [features] default = [] nacl = [ "tokio", "networky", ] sentry = [ "tokio", "httpclienty", ] trace = [ "tracing", "opentelemetry", "tracing-opentelemetry", ]