crashtrack 0.1.0

Lightweight Windows crash reporter — uploads minidumps to a crashtrack server
Documentation
# 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"
rust-version = "1.75"
name = "crashtrack"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight Windows crash reporter — uploads minidumps to a crashtrack server"
homepage = "https://crashtrack.dev"
documentation = "https://docs.rs/crashtrack"
readme = "README.md"
keywords = [
    "crash",
    "minidump",
    "windows",
    "reporting",
    "telemetry",
]
categories = [
    "development-tools::debugging",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/AuDowty/crashtrack"

[features]
default = []

[lib]
name = "crashtrack"
path = "src/lib.rs"

[[example]]
name = "demo_crash"
path = "examples/demo_crash.rs"

[dependencies.dirs]
version = "5"

[dependencies.ureq]
version = "2.10"
features = ["tls"]
default-features = false

[dependencies.uuid]
version = "1.11"
features = ["v4"]

[target."cfg(windows)".dependencies.windows]
version = "0.58"
features = [
    "Win32_Foundation",
    "Win32_Storage_FileSystem",
    "Win32_System_Diagnostics_Debug",
    "Win32_System_Kernel",
    "Win32_System_Memory",
    "Win32_System_Threading",
    "Win32_System_SystemInformation",
]

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1