irc-connect 0.2.1

an abstraction over the kinds of connections useful for irc clients
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 = "irc-connect"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "an abstraction over the kinds of connections useful for irc clients"
readme = false
license = "MIT"
repository = "https://github.com/xfnw/workspace"
resolver = "3"

[features]
aws_lc_rs = ["tokio-rustls/aws_lc_rs"]
fips = ["tokio-rustls/fips"]
logging = ["tokio-rustls/logging"]
ring = ["tokio-rustls/ring"]
tls12 = ["tokio-rustls/tls12"]

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

[dependencies.pin-project-lite]
version = "0.2.16"

[dependencies.tokio]
version = "1.46.1"
features = ["net"]

[dependencies.tokio-rustls]
version = "0.26.2"
default-features = false

[dependencies.tokio-socks]
version = "0.5.2"

[dev-dependencies.tokio]
version = "1.46.1"
features = [
    "rt-multi-thread",
    "macros",
]

[lints.clippy]
or_fun_call = "warn"
pedantic = "warn"
use_self = "warn"