zpinger 0.2.0

zonda pinger library
Documentation
# 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"
name = "zpinger"
version = "0.2.0"
authors = ["Zonda Yang <u226699@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "zonda pinger library"
homepage = "https://github.com/zondatw/knock_knock"
readme = false
license = "MIT"
repository = "https://github.com/zondatw/knock_knock"

[lib]
name = "zpinger"
path = "src/lib.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.regex]
version = "1.1.9"

[dependencies.rustls]
version = "0.23"
features = [
    "std",
    "ring",
    "tls12",
    "logging",
]
default-features = false

[dependencies.rustls-pki-types]
version = "1"

[dependencies.tungstenite]
version = "0.24"
features = ["handshake"]
default-features = false

[dependencies.webpki-roots]
version = "0.26"

[dev-dependencies]