[package] 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>", ] edition = "2021" description = "Cross-platform crate for interfacing with the Discord client locally via RPC" readme = "README.md" repository = "https://github.com/hacksore/rpc-discord" license = "MIT" keywords = ["discord", "ipc", "RPC", "client"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] doctest = false [dependencies] serde = { version = "1.0.144", features = ["derive"] } serde_derive = "1.0.144" serde_json = { version = "1.0.85", features = ["preserve_order"] } uuid = { version = "0.8", features = ["v4"] } dotenv = "0.15.0" tokio = { version = "1.21.1", features = ["full"] } async-trait = "0.1.57" thiserror = "1.0.37"