# 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 = "plex-discord-rpc" version = "1.1.1" authors = ["rekyuu"] description = "Discord Rich Presence for whatever you're watching on Plex." readme = "README.md" keywords = [ "discord", "plex", "plex-media-server", "rich-presence", "discord-rpc", ] license = "GPL-3.0" repository = "https://github.com/rekyuu/plex-discord-rpc" [dependencies.dirs] version = "4.0.0" [dependencies.discord-rpc-client] version = "0.3.0" [dependencies.merge] version = "0.1.0" [dependencies.quick-xml] version = "0.23.0" features = ["serialize"] [dependencies.reqwest] version = "0.11.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.tokio] version = "1.18.2" features = ["full"] [dependencies.toml] version = "0.5.9" [dependencies.websocket] version = "0.26.4"