# 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 = "job-security-client" version = "0.1.3" authors = ["Yuxuan Shui "] description = "Universal job control - client library" categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/yshui/job-security" [dependencies.futures-util] version = "0.3.28" features = ["sink"] default-features = false [dependencies.libc] version = "0.2.141" [dependencies.nix] version = "0.28.0" features = [ "term", "user", "socket", "uio", "signal", "ioctl", ] default-features = false [dependencies.protocol] version = "0.1.1" package = "job-security-protocol" [dependencies.tokio] version = "1.27.0" features = [ "net", "io-util", "io-std", "macros", "signal", ] [dependencies.tokio-util] version = "0.7.7" features = ["codec"] [dependencies.tracing] version = "0.1.37" [dependencies.withfd] version = "0.1.0" features = ["tokio"]