]> git.proxmox.com Git - rustc.git/blame - vendor/compiletest_rs/Cargo.toml
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / compiletest_rs / Cargo.toml
CommitLineData
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]
13name = "compiletest_rs"
923072b8
FG
14version = "0.8.0"
15authors = [
16 "The Rust Project Developers",
17 "Thomas Bracht Laumann Jespersen <laumann.thomas@gmail.com>",
18 "Manish Goregaokar <manishsmail@gmail.com>",
19]
f20569fa
XL
20description = "The compiletest utility from the Rust compiler as a standalone testing harness"
21readme = "README.md"
923072b8
FG
22keywords = [
23 "compiletest",
24 "test",
25 "plugin",
26]
f20569fa
XL
27license = "Apache-2.0/MIT"
28repository = "https://github.com/laumann/compiletest-rs"
29
30[lib]
31name = "compiletest_rs"
923072b8 32
f20569fa
XL
33[dependencies.diff]
34version = "0.1.10"
35
36[dependencies.filetime]
37version = "0.2"
38
39[dependencies.getopts]
40version = "0.2"
41
42[dependencies.lazy_static]
43version = "1.4"
44
45[dependencies.log]
46version = "0.4"
47
48[dependencies.regex]
49version = "1.0"
50
51[dependencies.rustfix]
923072b8 52version = "0.6"
f20569fa
XL
53
54[dependencies.serde]
55version = "1.0"
56
57[dependencies.serde_derive]
58version = "1.0"
59
60[dependencies.serde_json]
61version = "1.0"
62
63[dependencies.tempfile]
64version = "3.0"
65optional = true
66
67[dependencies.tester]
68version = "0.9"
69
70[features]
71rustc = []
72stable = []
73tmp = ["tempfile"]
923072b8 74
f20569fa
XL
75[target."cfg(unix)".dependencies.libc]
76version = "0.2"
923072b8 77
f20569fa
XL
78[target."cfg(windows)".dependencies.miow]
79version = "0.3"
80
81[target."cfg(windows)".dependencies.winapi]
82version = "0.3"
83features = ["winerror"]