typeform-rs 0.2.1

REST API client for Typeform written in Rust
Documentation
[dependencies.eyre]
version = "0.6"

[dependencies.isahc]
features = ["json"]
version = "1.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.urlencoding]
version = "1.0"

[package]
authors = ["Nikita Puzankov <humb1t@yandex.ru>"]
categories = ["web-programming", "api-bindings"]
description = "REST API client for Typeform written in Rust"
documentation = "https://gitlab.com/humb1t/typeform-rs"
edition = "2018"
homepage = "https://gitlab.com/humb1t/typeform-rs"
include = ["src/", "LICENSE-*", "README.md", "CHANGELOG.md", "COPYRIGHT"]
keywords = ["api", "typeform", "client", "rest"]
license = "MIT OR Apache-2.0"
name = "typeform-rs"
readme = "README.md"
repository = "https://gitlab.com/humb1t/typeform-rs"
version = "0.2.1"