# 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.70.0"
name = "tquic_tools"
version = "1.6.0"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TQUIC client and server tools"
homepage = "https://tquic.net"
readme = "README.md"
keywords = ["quic"]
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/tencent/tquic"

[lib]
name = "tquic_tools"
crate-type = ["lib"]
path = "src/common.rs"

[[bin]]
name = "tquic_client"
path = "src/bin/tquic_client.rs"

[[bin]]
name = "tquic_server"
path = "src/bin/tquic_server.rs"

[dependencies.bytes]
version = "1"

[dependencies.clap]
version = "=4.2.5"
features = ["derive"]

[dependencies.env_logger]
version = "0.9"

[dependencies.log]
version = "0.4"

[dependencies.mio]
version = "0.8"
features = [
    "net",
    "os-poll",
]

[dependencies.rand]
version = "0.8.5"

[dependencies.rustc-hash]
version = "1.1"

[dependencies.signal-hook]
version = "0.3.17"

[dependencies.slab]
version = "0.4"

[dependencies.statrs]
version = "0.16"

[dependencies.tquic]
version = "1.5.0"

[dependencies.url]
version = "1"

[target."cfg(unix)".dependencies.jemallocator]
version = "0.5"
package = "tikv-jemallocator"