# 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.62" name = "lstngrp" version = "0.0.5" build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "examples", "www", "bacon.toml", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Groups listeners and connections with common data/logic." readme = "README.md" keywords = [ "network", "server", "listen", "protwrap", ] categories = [ "network-programming", "asynchronous", ] license = "0BSD" repository = "https://repos.qrnch.tech/pub/lstngrp" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] [lib] name = "lstngrp" path = "src/lib.rs" [dependencies.hashbrown] version = "0.15.0" [dependencies.idbag] version = "0.2.1" [dependencies.killswitch] version = "0.4.2" [dependencies.parking_lot] version = "0.12.3" [dependencies.protwrap] version = "0.3.0" features = [ "tls", "tokio", ] [dependencies.tokio] version = "1.40.0" features = [ "macros", "net", "rt", "sync", ] [dev-dependencies.tokio] version = "1.40.0" features = [ "io-util", "rt-multi-thread", "time", ] [badges.maintenance] status = "experimental" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1