rust_rest_test 0.1.0

An executable that can be used to run "unit tests" on a rust api
[package]
name = "rust_rest_test"
version = "0.1.0"
authors = ["Dardan <mail@dardan.im>"]
edition = "2018"
description = "An executable that can be used to run \"unit tests\" on a rust api"
license = "MIT"
repository = "https://github.com/darddan/rust_rest_test"
homepage = "https://github.com/darddan/rust_rest_test"
keywords = ["rest", "api", "test", "json"]
readme = "README.md"

[dependencies]
curl = "0.4.21"
regex = "1.1.6"
lazy_static = "1.3.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
colored = "1.7"