Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/breakpad-symbols/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  Cargo.toml.orig   Sprache: unbekannt

 
Spracherkennung für: .orig vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

[package]
name = "breakpad-symbols"
description = "A library for working with Google Breakpad's text-format symbol files."
authors = ["Ted Mielczarek <ted@mielczarek.org>"]
readme = "README.md"
exclude = ["testdata/*"]
edition = "2018"
version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true

[badges]
travis-ci = { repository = "rust-minidump/rust-minidump" }

[features]
# Private API, only here to support the fuzzer
fuzz = []
# Allow retrieval of symbols via HTTP
http = ["reqwest", "tempfile"]
mozilla_cab_symbols = ["http", "cab"]

[dependencies]
async-trait = "0.1.52"
cab = { version = "0.6.0", optional = true }
cachemap2 = "0.3.0"
circular = "0.3.0"
debugid = "0.8.0"
futures-util = "0.3"
tracing = { version = "0.1.34", features = ["log"] }
minidump-common = { version = "0.26.1", path = "../minidump-common" }
nom = "7"
range-map = "0.2"
reqwest = { version = "0.12", default-features = false, features = [
    "gzip",
    "rustls-tls",
], optional = true }
tempfile = { version = "3.3.0", optional = true }
thiserror = "2"

[dev-dependencies]
tempfile = "3.3.0"
tokio = { version = "1.12.0", features = ["full"] }

[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-08-25]