]> git.proxmox.com Git - rustc.git/blob - src/vendor/jobserver/Cargo.toml
New upstream version 1.25.0+dfsg1
[rustc.git] / src / vendor / jobserver / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g. crates.io) dependencies
7 #
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 name = "jobserver"
15 version = "0.1.9"
16 authors = ["Alex Crichton <alex@alexcrichton.com>"]
17 description = "An implementation of the GNU make jobserver for Rust\n"
18 homepage = "https://github.com/alexcrichton/jobserver-rs"
19 documentation = "https://docs.rs/jobserver"
20 license = "MIT/Apache-2.0"
21 repository = "https://github.com/alexcrichton/jobserver-rs"
22
23 [[test]]
24 name = "client"
25 path = "tests/client.rs"
26 harness = false
27
28 [[test]]
29 name = "server"
30 path = "tests/server.rs"
31
32 [[test]]
33 name = "client-of-myself"
34 path = "tests/client-of-myself.rs"
35 harness = false
36
37 [[test]]
38 name = "make-as-a-client"
39 path = "tests/make-as-a-client.rs"
40 harness = false
41
42 [[test]]
43 name = "helper"
44 path = "tests/helper.rs"
45 [dev-dependencies.futures]
46 version = "0.1"
47
48 [dev-dependencies.num_cpus]
49 version = "1.0"
50
51 [dev-dependencies.tempdir]
52 version = "0.3"
53
54 [dev-dependencies.tokio-core]
55 version = "0.1"
56
57 [dev-dependencies.tokio-process]
58 version = "0.1"
59 [target."cfg(unix)".dependencies.libc]
60 version = "0.2"
61 [target."cfg(windows)".dependencies.rand]
62 version = "0.3"