serial_test 0.4.0

Allows for the creation of serialised Rust tests
Documentation
[package]
name = "serial_test"
description = "Allows for the creation of serialised Rust tests"
license = "MIT"
version = "0.4.0"
authors = ["Tom Parker-Shemilt <palfrey@tevp.net>"]
edition = "2018"
repository = "https://github.com/palfrey/serial_test/"
readme = "README.md"
categories = ["development-tools::testing"]

[dependencies]
lazy_static = "1.2"
parking_lot = "0.10"
serial_test_derive = { version = "~0.4.0", path = "../serial_test_derive" }