houndify 0.3.2

Houndify SDK in Rust
Documentation
[dependencies.base64]
version = "0.11.0"

[dependencies.hmac]
version = "0.7.1"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.10.1"

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

[dependencies.serde_json]
version = "1.0.45"

[dependencies.sha2]
version = "0.8.1"

[dependencies.url]
version = "2.1.1"

[dependencies.uuid]
features = ["v4"]
version = "0.8"

[package]
authors = ["Kevin Jing Qiu <kevin@idempotent.ca>"]
description = "Houndify SDK in Rust"
edition = "2018"
homepage = "http://houndify-sdk-rust.github.io"
license = "MIT"
name = "houndify"
readme = "README.md"
repository = "https://github.com/kevinjqiu/houndify-sdk-rust"
version = "0.3.2"