etest 0.3.0

Allows to control behaviour of `#[test]` like functions
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "etest"
version = "0.3.0"
dependencies = [
 "etest-derive",
 "lazy_static",
]

[[package]]
name = "etest-derive"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5506c5b7f7665cf8640c43af2d260fa5aed404347a4134c67a7f7f74ebb8a4be"
dependencies = [
 "etest-impl",
]

[[package]]
name = "etest-impl"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ddc4ba667f4257b0f8e80b4cecc57fbd39f46a761f8d6af10823abf5ce38de9"

[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"