# 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-ipc" version = "0.0.1-alpha.1" authors = [ "Hacksore <996134+Hacksore@users.noreply.github.com>", "Adel-ak ", "sardonicism-04 <110789901+sardonicism-04@users.noreply.github.com>", ] description = "A simple, cross-platform crate for interfacing with Discord IPC for more than just presence" readme = "README.md" keywords = [ "discord", "rich-presence", "ipc", ] license = "MIT" repository = "https://github.com/hacksore/discord-ipc-rust" resolver = "2" [lib] doctest = false [dependencies.async-trait] version = "0.1.57" [dependencies.dotenv] version = "0.15.0" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_derive] version = "1.0.144" [dependencies.serde_json] version = "1.0.85" features = ["preserve_order"] [dependencies.tokio] version = "1.21.1" features = ["full"] [dependencies.uuid] version = "0.8" features = ["v4"]