ksoft 1.1.0

KSoft.SI api wrapper written in pure Rust
Documentation
[dependencies.async-trait]
optional = true
version = "0.1.42"

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

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

[dependencies.tokio]
features = ["rt", "sync", "time"]
optional = true
version = "1.0.1"

[dependencies.tracing]
version = "0.1.22"

[dependencies.tracing-futures]
optional = true
version = "0.2.4"

[features]
blocking = []
default = ["tokio", "async-trait", "tracing-futures"]

[package]
authors = ["Alvaro <62391364+AlvaroMS25@users.noreply.github.com>"]
categories = ["asynchronous", "api-bindings"]
description = "KSoft.SI api wrapper written in pure Rust"
documentation = "https://alvaroms25.gitbook.io/ksoft-rs/"
edition = "2018"
keywords = ["ksoft", "async"]
license = "MPL-2.0"
name = "ksoft"
readme = "README.md"
repository = "https://github.com/KSoft-Si/KSoft.rs"
version = "1.1.0"