webmachine-rust 0.2.0

Port of the Ruby Webmachine library to Rust
Documentation
[package]
name = "webmachine-rust"
version = "0.2.0"
authors = ["Ronald Holshausen <uglyog@gmail.com>"]
description = "Port of the Ruby Webmachine library to Rust"
documentation = "http://www.pact.io/reference/rust/webmachine-rust-0.1.0/webmachine_rust/"
homepage = "https://github.com/uglyog/webmachine-rust"
repository = "https://github.com/uglyog/webmachine-rust"
readme = "README.md"
keywords = ["webmachine"]
license = "MIT"
edition = "2018"

[dependencies]
log = "0.4.8"
maplit = "1.0.1"
itertools = "0.9.0"
lazy_static = "1.4.0"
chrono = "0.4.15"
serde = "1.0.98"
serde_json = "1.0.40"
http = "0.2.1"
hex = "0.4.2"
hyper = "0.13"
futures = "0.3.5"

[dev-dependencies]
expectest = "0.12.0"