# 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 = "discord-sdk" version = "0.3.6" authors = [ "Embark ", "Jake Shadle ", ] description = "An open implementation of the Discord Game SDK" homepage = "https://github.com/EmbarkStudios/discord-sdk" documentation = "https://docs.rs/discord-sdk" readme = "README.md" keywords = [ "discord", "games", ] license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/discord-sdk" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.bitflags] version = "2.0" [dependencies.crossbeam-channel] version = "0.5" [dependencies.data-encoding] version = "2.4" [dependencies.num-traits] version = "0.2" [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" [dependencies.tokio] version = "1.8.2" features = [ "net", "rt-multi-thread", "sync", "time", ] [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.2" [dev-dependencies.insta] version = "1.21" features = ["json"] [dev-dependencies.tracing-subscriber] version = "0.3" [features] default = [] local-testing = [] [target."cfg(target_os = \"linux\")".dependencies.app_dirs2] version = "2.3" [target."cfg(target_os = \"windows\")".dependencies.winreg] version = "0.52"