# 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 = "discordrpc" version = "0.2.2" authors = ["MedzikUser "] description = "Fast Discord RPC Client written in Rust" homepage = "https://github.com/MedzikUser/discord-rpc#readme" keywords = [ "discord", "discord-rpc", "discordrpc", "discord-rpc-client", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/MedzikUser/discord-rpc.git" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.better-panic] version = "0.3.0" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.clap_complete] version = "3.1.4" [dependencies.clap_mangen] version = "0.1.6" [dependencies.colored] version = "2.0.0" [dependencies.discord-rich-presence] version = "0.2.0"