[dependencies.async-trait]
optional = true
version = "0.1.42"
[dependencies.reqwest]
features = ["json"]
version = "0.11.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.118"
[dependencies.tokio]
features = ["rt", "sync", "time"]
optional = true
version = "1"
[dependencies.tracing]
version = "0.1.22"
[dependencies.tracing-futures]
optional = true
version = "0.2.4"
[dependencies.typemap_rev]
optional = true
version = "0.1.4"
[features]
blocking = ["reqwest/blocking"]
default = ["tokio", "async-trait", "tracing-futures"]
serenity = ["typemap_rev"]
[package]
authors = ["Alvaro <62391364+AlvaroMS25@users.noreply.github.com>"]
categories = ["asynchronous", "api-bindings"]
description = "KSoft.SI api wrapper written in pure Rust"
documentation = "https://rs.docs.ksoft.si/"
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.4"