# 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 = "crashreport" version = "1.0.1" authors = ["Evan Pratten "] description = "Automatic GitHub crash reporting system for any Rust crate" homepage = "https://github.com/ewpratten/crashreport-rs" documentation = "https://docs.rs/crashreport" readme = "README.md" keywords = [] categories = [] license = "GPL-3.0" repository = "https://github.com/ewpratten/crashreport-rs" resolver = "2" [dependencies.colored] version = "2.0.0" [dependencies.supports-hyperlinks] version = "^1.2.0" [dependencies.terminal-link] version = "0.1.0" [dependencies.url] version = "2.2.2" [dependencies.urlencoding] version = "2.1.0" [features] assume_github = [] assume_gitlab = [] color = [] default = ["color"]