beeswax 0.1.2

An easy to use CRUD client for the Beeswax API
Documentation
[dependencies.isahc]
features = ["cookies", "json"]
version = "0.9.4"

[dependencies.rand]
version = "0.7.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_repr]
version = "0.1"

[dependencies.serde_urlencoded]
version = "0.6.1"

[dependencies.typed-builder]
version = "0.6.0"

[dev-dependencies.tokio]
features = ["full"]
version = "0.2"

[package]
authors = ["Daniel Mason <daniel.mason@triptease.com>"]
categories = ["api-bindings", "asynchronous"]
description = "An easy to use CRUD client for the Beeswax API"
edition = "2018"
homepage = "https://github.com/gisleburt/beeswax/"
keywords = ["beeswax", "ad-tech", "api", "asynchronous"]
license = "MIT"
name = "beeswax"
readme = "README.md"
repository = "https://github.com/gisleburt/beeswax/"
version = "0.1.2"