# 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-rpc-client" version = "0.4.0" authors = ["Patrick Auernig "] description = "A Rust client for Discord RPC." readme = "README.md" keywords = [ "discord", "rpc", "ipc", ] license = "MIT" repository = "https://github.com/yera-systems/discord-rpc-client.rs.git" [dependencies.byteorder] version = "^1.5" [dependencies.crossbeam-channel] version = "^0.5" [dependencies.log] version = "^0.4" [dependencies.num-derive] version = "^0.4" [dependencies.num-traits] version = "^0.2" [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.uuid] version = "^1.4" features = ["v4"] [dev-dependencies.simplelog] version = "^0.12" [dev-dependencies.version-sync] version = "^0.9" [features] default = ["rich_presence"] rich_presence = [] [target."cfg(windows)".dependencies.named_pipe] version = "0.4.1" [badges.appveyor] repository = "valeth/discord-rpc-client.rs" service = "gitlab" [badges.maintenance] status = "experimental"