blob: 37d369c90a4dd5c97a7306992ff6ea01167fb6cd [file] [log] [blame]
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "rusty-fork"
version = "0.2.1"
authors = ["Jason Lingle"]
description = "Cross-platform library for running Rust tests in sub-processes using a\nfork-like interface.\n"
documentation = "https://docs.rs/rusty-fork"
readme = "README.md"
keywords = ["testing", "process", "fork"]
categories = ["development-tools::testing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/altsysrq/rusty-fork"
[dependencies.fnv]
version = "1.0"
[dependencies.quick-error]
version = "1.2"
[dependencies.tempfile]
version = "3.0"
[dependencies.wait-timeout]
version = "0.1.4"
optional = true
[dev-dependencies]
[features]
default = ["timeout"]
timeout = ["wait-timeout"]
[badges.travis-ci]
repository = "AltSysrq/rusty-fork"