# 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 = "rusty-forkfork" version = "0.4.0" authors = ["Jason Lingle"] exclude = ["/gen-readme.sh", "/readme-*.md"] description = "Cross-platform library for running Rust tests in sub-processes using a\nfork-like interface.\n" documentation = "https://docs.rs/rusty-forkfork" readme = "README.md" keywords = ["testing", "process", "fork"] categories = ["development-tools::testing"] license = "MIT/Apache-2.0" repository = "https://github.com/oknozor/rusty-forkfork" [dependencies.fnv] version = "1.0" [dependencies.quick-error] version = "1.2" [dependencies.tempfile] version = "3.0" [dependencies.wait-timeout] version = "0.2" optional = true [dev-dependencies] [features] default = ["timeout"] timeout = ["wait-timeout"]