]>
Commit | Line | Data |
---|---|---|
f20569fa XL |
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 | |
3c0e092e | 6 | # to registry (e.g., crates.io) dependencies. |
f20569fa | 7 | # |
3c0e092e XL |
8 | # If you are reading this file be aware that the original Cargo.toml |
9 | # will likely look very different (and much more reasonable). | |
10 | # See Cargo.toml.orig for the original contents. | |
f20569fa XL |
11 | |
12 | [package] | |
13 | name = "compiletest_rs" | |
923072b8 FG |
14 | version = "0.8.0" |
15 | authors = [ | |
16 | "The Rust Project Developers", | |
17 | "Thomas Bracht Laumann Jespersen <laumann.thomas@gmail.com>", | |
18 | "Manish Goregaokar <manishsmail@gmail.com>", | |
19 | ] | |
f20569fa XL |
20 | description = "The compiletest utility from the Rust compiler as a standalone testing harness" |
21 | readme = "README.md" | |
923072b8 FG |
22 | keywords = [ |
23 | "compiletest", | |
24 | "test", | |
25 | "plugin", | |
26 | ] | |
f20569fa XL |
27 | license = "Apache-2.0/MIT" |
28 | repository = "https://github.com/laumann/compiletest-rs" | |
29 | ||
30 | [lib] | |
31 | name = "compiletest_rs" | |
923072b8 | 32 | |
f20569fa XL |
33 | [dependencies.diff] |
34 | version = "0.1.10" | |
35 | ||
36 | [dependencies.filetime] | |
37 | version = "0.2" | |
38 | ||
39 | [dependencies.getopts] | |
40 | version = "0.2" | |
41 | ||
42 | [dependencies.lazy_static] | |
43 | version = "1.4" | |
44 | ||
45 | [dependencies.log] | |
46 | version = "0.4" | |
47 | ||
48 | [dependencies.regex] | |
49 | version = "1.0" | |
50 | ||
51 | [dependencies.rustfix] | |
923072b8 | 52 | version = "0.6" |
f20569fa XL |
53 | |
54 | [dependencies.serde] | |
55 | version = "1.0" | |
56 | ||
57 | [dependencies.serde_derive] | |
58 | version = "1.0" | |
59 | ||
60 | [dependencies.serde_json] | |
61 | version = "1.0" | |
62 | ||
63 | [dependencies.tempfile] | |
64 | version = "3.0" | |
65 | optional = true | |
66 | ||
67 | [dependencies.tester] | |
68 | version = "0.9" | |
69 | ||
70 | [features] | |
71 | rustc = [] | |
72 | stable = [] | |
73 | tmp = ["tempfile"] | |
923072b8 | 74 | |
f20569fa XL |
75 | [target."cfg(unix)".dependencies.libc] |
76 | version = "0.2" | |
923072b8 | 77 | |
f20569fa XL |
78 | [target."cfg(windows)".dependencies.miow] |
79 | version = "0.3" | |
80 | ||
81 | [target."cfg(windows)".dependencies.winapi] | |
82 | version = "0.3" | |
83 | features = ["winerror"] |