]> git.proxmox.com Git - rustc.git/blame - vendor/tester/Cargo.toml
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / vendor / tester / 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
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]
14edition = "2018"
15name = "tester"
16version = "0.9.0"
17authors = ["The Rust Project Developers"]
18description = "A fork of Rust’s `test` crate that doesn’t require unstable language features."
19license = "MIT OR Apache-2.0"
20repository = "https://github.com/messense/rustc-test"
21[dependencies.cfg-if]
22version = "1.0.0"
23
24[dependencies.getopts]
25version = "0.2"
26
27[dependencies.num_cpus]
28version = "1.13.0"
29
30[dependencies.term]
31version = "0.7"
32
33[features]
34asm_black_box = []
35capture = []
36[target."cfg(unix)".dependencies.libc]
37version = "0.2"
38default-features = false