# 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 = "2018" name = "rustygear" version = "0.15.0" authors = ["Clint Byrum "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Client library for communicating via the gearman protocol" readme = "README.md" keywords = [ "gearman", "client", ] license = "Apache-2.0" repository = "https://github.com/SpamapS/rustygear" [lib] name = "rustygear" path = "src/lib.rs" [[example]] name = "client" path = "examples/client.rs" [[example]] name = "multiserver" path = "examples/multiserver.rs" [[example]] name = "tlsclient" path = "examples/tlsclient.rs" [[example]] name = "worker" path = "examples/worker.rs" [dependencies.bytes] version = ">=1.1.0" [dependencies.env_logger] version = ">=0.10.1" features = [ "auto-color", "humantime", ] [dependencies.futures] version = ">=0.3.4" [dependencies.hashring] version = ">=0.3.3" [dependencies.log] version = ">=0.4.8" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tokio-rustls] version = "0.26" optional = true [dependencies.tokio-util] version = "0.7.10" features = ["codec"] [dependencies.uuid] version = "1.8" features = ["v4"] [features] tls = ["dep:tokio-rustls"]