zingo-netutils 5.0.1

network utility crate
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 = "2024"
name = "zingo-netutils"
version = "5.0.1"
authors = ["zingo@zingolabs.org"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "network utility crate"
homepage = "https://github.com/zingolabs/zingo-common"
readme = "README.md"
license = "MIT"
repository = "https://github.com/zingolabs/zingo-common"
resolver = "2"

[badges.maintenance]
status = "actively-developed"

[features]
globally-public-transparent = ["dep:tokio-stream"]
ping-very-insecure = []

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

[dependencies.http]
version = "1.1.0"

[dependencies.lightwallet-protocol]
version = "0.3.0"

[dependencies.thiserror]
version = "1.0.64"

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

[dependencies.tokio-stream]
version = "0.1"
optional = true

[dependencies.tonic]
version = "0.14.4"
features = ["tls-webpki-roots"]

[dev-dependencies.http-body-util]
version = "0.1.3"

[dev-dependencies.hyper]
version = "1"

[dev-dependencies.hyper-rustls]
version = "0.27"
features = [
    "ring",
    "http1",
    "tls12",
    "logging",
    "native-tokio",
]
default-features = false

[dev-dependencies.hyper-util]
version = "0.1.20"

[dev-dependencies.rustls-pemfile]
version = "2"

[dev-dependencies.tokio]
version = "1"

[dev-dependencies.tokio-stream]
version = "0.1"

[dev-dependencies.x509-parser]
version = "0.18"