# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ksoft" version = "1.1.4" authors = ["Alvaro <62391364+AlvaroMS25@users.noreply.github.com>"] description = "KSoft.SI api wrapper written in pure Rust" documentation = "https://rs.docs.ksoft.si/" readme = "README.md" keywords = ["ksoft", "async"] categories = ["asynchronous", "api-bindings"] license = "MPL-2.0" repository = "https://github.com/KSoft-Si/KSoft.rs" [dependencies.async-trait] version = "0.1.42" optional = true [dependencies.reqwest] version = "0.11.0" features = ["json"] [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.tokio] version = "1" features = ["rt", "sync", "time"] optional = true [dependencies.tracing] version = "0.1.22" [dependencies.tracing-futures] version = "0.2.4" optional = true [dependencies.typemap_rev] version = "0.1.4" optional = true [features] blocking = ["reqwest/blocking"] default = ["tokio", "async-trait", "tracing-futures"] serenity = ["typemap_rev"]