# 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 = "rustygeard" version = "0.15.0" authors = ["Clint Byrum "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An experimental, full-featured gearman server." readme = "README.md" keywords = [ "gearman", "server", ] license = "Apache-2.0" repository = "https://github.com/SpamapS/rustygear" [lib] name = "rustygeard" path = "src/lib.rs" [[bin]] name = "rustygeard" path = "src/main.rs" [[test]] name = "admin" path = "tests/admin.rs" [[test]] name = "client" path = "tests/client.rs" [[test]] name = "errors" path = "tests/errors.rs" [[test]] name = "server" path = "tests/server.rs" [dependencies.bytes] version = ">=1.1.0" [dependencies.clap] version = "4.5" features = ["cargo"] [dependencies.env_logger] version = ">=0.10.1" features = [ "auto-color", "humantime", ] [dependencies.futures] version = "0.3" [dependencies.futures-sink] version = "0.3" [dependencies.log] version = ">=0.4.8" [dependencies.rustls-pemfile] version = "2.1.2" optional = true [dependencies.rustygear] version = ">= 0.15.0" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tokio-rustls] version = "0.26.0" optional = true [dependencies.tokio-util] version = "0.7.10" features = ["codec"] [dependencies.tower-service] version = "0.3" [dependencies.uuid] version = "1.8.0" features = ["v4"] [dependencies.wrappinghashset] version = ">=0.5.0" [features] tls = [ "dep:tokio-rustls", "dep:rustls-pemfile", "rustygear/tls", ]