Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/netwerk/test/http3server/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  Cargo.toml   Sprache: unbekannt

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

[package]
name = "http3server"
version = "0.1.1"
authors = ["Dragana Damjanovic <dragana.damjano@gmail.com>"]
edition = "2018"
license = "MPL-2.0"

[dependencies]
neqo-bin = { tag = "v0.11.0", git = "https://github.com/mozilla/neqo" }
neqo-transport = { tag = "v0.11.0", git = "https://github.com/mozilla/neqo" }
neqo-common = { tag = "v0.11.0", git = "https://github.com/mozilla/neqo" }
neqo-http3 = { tag = "v0.11.0", git = "https://github.com/mozilla/neqo" }
neqo-qpack = { tag = "v0.11.0", git = "https://github.com/mozilla/neqo" }
log = "0.4.0"
base64 = "0.21"
cfg-if = "1.0"
http = "0.2.8"
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["rt-multi-thread"] }
mozilla-central-workspace-hack = { version = "0.1", features = ["http3server"], optional = true }

[dependencies.neqo-crypto]
tag = "v0.11.0"
git = "https://github.com/mozilla/neqo"
default-features = false
features = ["gecko"]

# Make sure to use bindgen's runtime-loading of libclang, as it allows for a wider range of clang versions to be used
[build-dependencies]
bindgen = {version = "0.69", default-features = false, features = ["runtime"] }

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

[ Dauer der Verarbeitung: 0.33 Sekunden  ]