# 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" rust-version = "1.63.0" name = "jobslot" version = "0.2.19" authors = [ "Jiahao XU ", "Alex Crichton ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ An implementation of the GNU make jobserver for Rust """ homepage = "https://github.com/cargo-bins/jobslot" documentation = "https://docs.rs/jobslot" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/cargo-bins/jobslot" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "jobslot" path = "src/lib.rs" [[test]] name = "client" path = "tests/client.rs" harness = false required-features = ["tokio"] [[test]] name = "client-dropped-before-command" path = "tests/client-dropped-before-command.rs" harness = false [[test]] name = "client-dropped-before-command-tokio" path = "tests/client-dropped-before-command-tokio.rs" harness = false required-features = ["tokio"] [[test]] name = "client-of-myself" path = "tests/client-of-myself.rs" harness = false [[test]] name = "make-as-a-client" path = "tests/make-as-a-client.rs" harness = false [[test]] name = "make-as-a-client-fifo" path = "tests/make-as-a-client-fifo.rs" [[test]] name = "server" path = "tests/server.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.derive_destructure2] version = "0.1.2" [dependencies.scopeguard] version = "1.1.0" [dependencies.tokio] version = "1" features = [ "process", "net", ] optional = true default-features = false [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1.20.0" features = ["full"] [target."cfg(any(unix, windows))".dependencies.getrandom] version = "0.2.7" features = [ "std", "rdrand", ] [target."cfg(unix)".dependencies.libc] version = "0.2.132" [target."cfg(windows)".dependencies.windows-sys] version = "0.59.0" features = [ "Win32_System_WindowsProgramming", "Win32_System_Threading", "Win32_Foundation", "Win32_Security", ]