[package] name = "beeswax" version = "0.1.2" authors = ["Daniel Mason "] edition = "2018" description = "An easy to use CRUD client for the Beeswax API" license = "MIT" homepage = "https://github.com/gisleburt/beeswax/" repository = "https://github.com/gisleburt/beeswax/" readme = "README.md" keywords = ["beeswax", "ad-tech", "api", "asynchronous"] categories = ["api-bindings", "asynchronous",] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] isahc = { version = "0.9.4", features = ["cookies", "json"] } rand = "0.7.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_repr = "0.1" serde_urlencoded = "0.6.1" typed-builder = "0.6.0" [dev-dependencies] tokio = { version = "0.2", features = ["full"] }