upcake 0.1.6

Fast, easy and consistent testing for HTTP APIs
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.handlebars]
version = "4.1"

[dependencies.jql]
version = "2.9"

[dependencies.rust-httpstat]
default-features = false
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.8"

[dependencies.structopt]
version = "0.3"

[dependencies.thiserror]
version = "1.0"

[dependencies.url]
version = "2.2"
[dev-dependencies.cargo-husky]
default-features = false
features = ["user-hooks"]
version = "1.5"

[features]
default = ["ssl", "http2"]
http2 = ["rust-httpstat/http2"]
ssl = ["rust-httpstat/ssl"]
static-curl = ["rust-httpstat/static-curl"]
static-ssl = ["rust-httpstat/static-ssl"]

[package]
authors = ["Tyrone Tudehope <tyronetudehope@gmail.com>"]
description = "Fast, easy and consistent testing for HTTP APIs"
edition = "2018"
license = "MIT"
name = "upcake"
readme = "README.md"
repository = "https://github.com/johnnynotsolucky/upcake"
version = "0.1.6"
[package.metadata.cargo-udeps.ignore]
development = ["cargo-husky"]