# 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 = "socc-pair" version = "0.2.1" description = "compares local minidump-stackwalk output to socorro (crash-stats.mozilla.org)" readme = "README.md" license = "MIT" [dependencies.clap] version = "2.33" [dependencies.error-chain] version = "0.12.4" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.semver] version = "1.0.6" [dependencies.serde_json] version = "1.0.68" [dependencies.simplelog] version = "0.10.2" [dependencies.tempfile] version = "3.2.0" [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.wait4] version = "0.1.3"