serial_test 0.7.0

Allows for the creation of serialised Rust tests
Documentation
[dependencies.document-features]
optional = true
version = "0.2"

[dependencies.fslock]
optional = true
version = "0.2"

[dependencies.lazy_static]
version = "1.2"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "^0.12"

[dependencies.serial_test_derive]
version = "~0.7.0"
[dev-dependencies.itertools]
version = "0.10"

[features]
default = []
docsrs = ["document-features"]
file_locks = ["fslock"]

[package]
authors = ["Tom Parker-Shemilt <palfrey@tevp.net>"]
categories = ["development-tools::testing"]
description = "Allows for the creation of serialised Rust tests"
edition = "2018"
keywords = ["sequential"]
license = "MIT"
name = "serial_test"
readme = "README.md"
repository = "https://github.com/palfrey/serial_test/"
version = "0.7.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]