# 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.9.0" authors = ["Laurence Tratt "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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/" [lib] name = "lang_tester" path = "src/lib.rs" [[example]] name = "fm_options" path = "examples/fm_options/run_tests.rs" [[example]] name = "rust_lang_tester" path = "examples/rust_lang_tester/run_tests.rs" [[test]] name = "lang_tests" path = "lang_tests/rerun/main.rs" harness = false [dependencies.fm] version = "0.4.0" [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"