# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "adiscord" version = "0.0.10" authors = ["MoskalykA <100430077+MoskalykA@users.noreply.github.com>"] description = "An API and Gateway Discord wrapper in Rust" documentation = "https://docs.rs/adiscord" readme = "README.md" license = "MIT" repository = "https://github.com/MoskalykA/adiscord" resolver = "1" [package.metadata.docs.rs] features = ["gateway"] [dependencies.adiscord-intents] version = "0.0.4" optional = true [dependencies.adiscord-types] version = "0.0.6" [dependencies.async-trait] version = "0.1" optional = true [dependencies.ezsockets] version = "0.5.1" features = [ "tls", "native-tls", ] optional = true [dependencies.os_info] version = "3.7.0" optional = true default-features = false [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" optional = true [dependencies.tokio] version = "1.32" features = [ "time", "process", ] optional = true [dependencies.url] version = "2.4" optional = true [features] gateway = [ "async-trait", "ezsockets", "url", "serde_json", "tokio", "adiscord-intents", "adiscord-types/gateway", "os_info", ]