trisquel-icecat/icecat/third_party/rust/neqo-bin/Cargo.toml

132 lines
2.4 KiB
TOML

# 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.7.9"
authors = ["The Neqo Authors <necko@mozilla.com>"]
description = "A basic QUIC HTTP/0.9 and HTTP/3 client and server."
homepage = "https://github.com/mozilla/neqo/"
license = "MIT OR Apache-2.0"
repository = "https://github.com/mozilla/neqo/"
[lib]
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"
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-qpack]
path = "./../neqo-qpack"
[dependencies.neqo-transport]
path = "./../neqo-transport"
[dependencies.qlog]
version = "0.13"
default-features = false
[dependencies.quinn-udp]
version = "0.5.0"
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.pedantic]
level = "warn"
priority = -1