# 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 = "crashpad" version = "0.1.2" authors = ["Boyu Yang "] include = ["src/**/*.rs", "README.md", "LICENSE"] description = "Rust wrapper for Crashpad." homepage = "https://github.com/yangby-cryptape/rust-crashpad" readme = "README.md" keywords = ["crashpad"] categories = ["development-tools::debugging"] license = "Apache-2.0" repository = "https://github.com/yangby-cryptape/rust-crashpad" [dependencies.crashpad-sys] version = "0.1.2" [dependencies.libc] version = "0.2.101" [dependencies.log] version = "0.4.14" [dependencies.tempfile] version = "3.2.0" [dependencies.thiserror] version = "1.0.29" [dependencies.which] version = "4.2.2" [dev-dependencies.env_logger] version = "0.9.0" [features] with-precompiled = ["crashpad-sys/with-precompiled"]