abstractapi 0.1.3

Rust API bindings for the Abstract HTTP API
Documentation
[dependencies.dashmap]
version = "4.0"

[dependencies.lazy-regex]
version = "2.2"

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

[dependencies.thiserror_lite]
version = "0.1"

[dependencies.ureq]
features = ["json"]
version = "2.4"

[dev-dependencies.pretty_assertions]
version = "1.0.0"

[package]
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
categories = ["api-bindings"]
description = "Rust API bindings for the Abstract HTTP API"
edition = "2018"
homepage = "https://github.com/orhun/abstractapi-rs"
include = ["src/**/*", "Cargo.*", "LICENSE-*", "README.md", "CHANGELOG.md"]
keywords = ["abstract", "v1", "api"]
license = "MIT OR Apache-2.0"
name = "abstractapi"
readme = "README.md"
repository = "https://github.com/orhun/abstractapi-rs"
version = "0.1.3"