noir 0.1.0

rust based, DSL alike and request driven, black box testing library for HTTP APIs.
Documentation
[package]
name = "noir"
version = "0.1.0"
authors = ["Ivo Wetzel <ivo.wetzel@googlemail.com>"]
description="rust based, DSL alike and request driven, black box testing library for HTTP APIs."
documentation = "https://bonsaiden.github.io/noir/doc/noir"
repository = "https://github.com/BonsaiDen/noir.git"
readme = "README.md"
keywords = [ "testing", "http", "api", "mock", "dsl"]
license="MIT/Apache-2.0"

[dependencies]
url = "1.1"
rand = "0.3"
json = "0.8"
hyper = "0.9"
colored = "1.2"
httparse = "1.1"
difference = "0.4"
lazy_static = "0.2"
clippy = { version = "0.0.77", optional = true }

[features]
lint = ["clippy"]