Source code

Revision control

Copy as Markdown

Other Tools

# 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.9.0"
authors = ["The Neqo Authors <necko@mozilla.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A basic QUIC HTTP/0.9 and HTTP/3 client and server."
readme = "../README.md"
keywords = [
"quic",
"http3",
"neqo",
"mozilla",
"ietf",
"firefox",
]
categories = [
"network-programming",
"web-programming",
]
license = "MIT OR Apache-2.0"
[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 = "2.2"
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.4"
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"
default-features = false
[dev-dependencies.criterion]
version = "0.5"
features = [
"html_reports",
"async_tokio",
]
default-features = false
[dev-dependencies.tokio]
version = "1"
features = ["sync"]
default-features = false
[features]
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