kaos 0.1.1-alpha.1

Chaotic testing harness
Documentation
[dependencies.dissimilar]
optional = true
version = "1.0"

[dependencies.fail]
features = ["failpoints"]
version = "0.3"

[dependencies.glob]
version = "0.3"

[dependencies.humantime]
version = "2.0.0"

[dependencies.lazy_static]
version = "1.3"

[dependencies.proptest]
version = "0.9.5"

[dependencies.serde]
features = ["derive"]
version = "1.0.103"

[dependencies.serde_json]
version = "1.0"

[dependencies.termcolor]
version = "1.0.4"

[dependencies.toml]
version = "0.5.2"

[features]
diff = ["dissimilar"]

[package]
authors = ["Mahmut Bulut <vertexclique@gmail.com>"]
description = "Chaotic testing harness"
documentation = "https://docs.rs/kaos"
edition = "2018"
exclude = [".github/*", "examples/*", "graphstore/*", "tests/*", "img/*", "ci/*", "benches/*", "doc/*", "*.png", "*.dot", "*.yml", "*.toml", "*.md"]
license = "Apache-2.0/MIT"
name = "kaos"
readme = "README.md"
repository = "https://github.com/vertexclique/kaos"
version = "0.1.1-alpha.1"