blob: 917d2efa0731ecc1294a6cfe155b3cc65ad9a2f3 [file] [log] [blame] [edit]
# 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"
name = "lang_tester"
version = "0.8.0"
authors = ["Laurence Tratt <[email protected]>"]
description = "Concise language testing framework for compilers and VMs"
readme = "README.md"
categories = ["development-tools"]
license = "Apache-2.0/MIT"
repository = "https://github.com/softdevteam/lang_tester/"
[[example]]
name = "rust_lang_tester"
path = "examples/rust_lang_tester/run_tests.rs"
[[example]]
name = "fm_options"
path = "examples/fm_options/run_tests.rs"
[[test]]
name = "lang_tests"
path = "lang_tests/rerun/main.rs"
harness = false
[dependencies.fm]
version = "0.2"
[dependencies.getopts]
version = "0.2"
[dependencies.libc]
version = "0.2"
[dependencies.num_cpus]
version = "1.15"
[dependencies.termcolor]
version = "1"
[dependencies.threadpool]
version = "1.7"
[dependencies.wait-timeout]
version = "0.2"
[dependencies.walkdir]
version = "2"
[dev-dependencies.regex]
version = "1.4"
[dev-dependencies.tempfile]
version = "3"