# 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 = "rpc-discord" version = "0.0.1-alpha.5" authors = [ "Hacksore <996134+Hacksore@users.noreply.github.com>", "Adel-ak ", "zihadmahiuddin", "sardonicism-04 <110789901+sardonicism-04@users.noreply.github.com>", ] description = "Cross-platform crate for interfacing with the Discord client locally via RPC" readme = "README.md" keywords = [ "discord", "ipc", "RPC", "client", ] license = "MIT" repository = "https://github.com/hacksore/rpc-discord" 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.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.21.1" features = ["full"] [dependencies.uuid] version = "0.8" features = ["v4"]