Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/browser/app/nmhproxy/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 584 B image not shown  

Quelle  Cargo.toml   Sprache: unbekannt

 
[package]
name = "nmhproxy"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
description = "A lightweight native messaging listener executable for the Firefox Bridge extension which launches Firefox in regular or private modes, avoiding the need to convert Firefox itself into a listener."

[[bin]]
name = "nmhproxy"
path = "src/main.rs"

[dependencies]
dirs = "4"
mozbuild = "0.1"
mozilla-central-workspace-hack = { version = "0.1", features = ["nmhproxy"], optional = true }
serde = { version = "1", features = ["derive", "rc"] }
serde_json = "1.0"
tempfile = "3"
url = "2.4"

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]