gabira 0.1.3

HTTP integration tests made easy.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "gabira"
version = "0.1.3"
authors = ["ersenal <ali@ersenal.com>"]
description = "HTTP integration tests made easy."
homepage = "https://github.com/ersenal/gabira.git"
documentation = "https://docs.rs/gabira"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ersenal/gabira.git"
[dependencies.actix-web]
version = "0.7.3"

[dependencies.ansi_term]
version = "0.11.0"

[dependencies.futures]
version = "0.1.23"

[dependencies.owning_ref]
version = "0.3.3"

[dependencies.pretty_assertions]
version = "0.5.1"

[dependencies.serde]
version = "1.0.70"

[dependencies.serde_json]
version = "1.0.24"

[dependencies.serde_urlencoded]
version = "0.5.2"

[dependencies.tokio]
version = "0.1.7"
[dev-dependencies.serde_derive]
version = "1.0.70"