# 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 = "2018" name = "airbag" version = "4.0.3" authors = ["vmalloc@gmail.com"] description = "Library for handling errors and panics using 3rd party services" homepage = "https://github.com/vmalloc/airbag" readme = "README.md" license = "MIT" repository = "https://github.com/vmalloc/airbag" [dependencies.anyhow] version = "1.0.40" features = ["backtrace"] [dependencies.crossbeam] version = "0.8.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.parking_lot] version = "0.11.1" [dependencies.reqwest] version = "0.11.3" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.194" [dependencies.serde_json] version = "1.0.64" [dependencies.sha2] version = "0.9.3" [dependencies.typed-builder] version = "0.18.0" [dev-dependencies.clap] version = "4.4.13" features = ["derive"] [dev-dependencies.httpmock] version = "0.6.8" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "fmt", ]