Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/third_party/rust/neqo-bin/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 2 kB image not shown  

Quelle  Cargo.toml   Sprache: unbekannt

 
# 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.76.0"
name = "neqo-bin"
version = "0.11.0"
authors = ["The Neqo Authors <necko@mozilla.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A basic QUIC HTTP/0.9 and HTTP/3 client and server."
homepage = "https://github.com/mozilla/neqo/"
readme = "../README.md"
keywords = [
    "quic",
    "http3",
    "neqo",
    "mozilla",
    "ietf",
    "firefox",
]
categories = [
    "network-programming",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mozilla/neqo/"

[lib]
name = "neqo_bin"
path = "src/lib.rs"
bench = false

[[bin]]
name = "neqo-client"
path = "src/bin/client.rs"
bench = false

[[bin]]
name = "neqo-server"
path = "src/bin/server.rs"
bench = false

[[bench]]
name = "main"
path = "benches/main.rs"
harness = false
required-features = ["bench"]

[dependencies.clap]
version = "4.4"
features = [
    "std",
    "help",
    "usage",
    "error-context",
    "suggestions",
    "derive",
]
default-features = false

[dependencies.clap-verbosity-flag]
version = "3.0"
features = ["log"]
default-features = false

[dependencies.futures]
version = "0.3"
features = ["alloc"]
default-features = false

[dependencies.hex]
version = "0.4"
features = ["std"]
default-features = false

[dependencies.log]
version = "0.4"
default-features = false

[dependencies.neqo-common]
path = "./../neqo-common"

[dependencies.neqo-crypto]
path = "./../neqo-crypto"

[dependencies.neqo-http3]
path = "./../neqo-http3"

[dependencies.neqo-transport]
path = "./../neqo-transport"

[dependencies.neqo-udp]
path = "./../neqo-udp"

[dependencies.qlog]
version = "0.13"
default-features = false

[dependencies.quinn-udp]
version = "0.5.6"
features = ["direct-log"]
default-features = false

[dependencies.regex]
version = "1.9"
features = ["unicode-perl"]
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "net",
    "time",
    "macros",
    "rt",
    "rt-multi-thread",
]
default-features = false

[dependencies.url]
version = "2.5.3"
features = ["std"]
default-features = false

[dev-dependencies.criterion]
version = "0.5"
features = ["async_tokio"]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = ["sync"]
default-features = false

[features]
bench = ["neqo-transport/bench"]

[lints.clippy]
multiple_crate_versions = "allow"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]