# 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.74" name = "schmoozer" version = "0.4.1" build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "examples", "www", "bacon.toml", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple abstraction over a retryable async operation, such as establishing a connection" readme = "README.md" keywords = [ "connector", "network", "tokio", ] categories = ["network-programming"] license = "0BSD" repository = "https://repos.qrnch.tech/pub/schmoozer" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [lib] name = "schmoozer" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.killswitch] version = "0.4.2" optional = true [dependencies.tokio] version = "1.40.0" optional = true [dependencies.tracing] version = "0.1.40" optional = true [dev-dependencies.tokio] version = "1.40.0" features = [ "macros", "net", "rt-multi-thread", "time", ] [features] tcpconn = [ "dep:killswitch", "tokio/macros", "tokio/net", "tokio/time", ] tracing = ["dep:tracing"] [badges.maintenance] status = "actively-developed" [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