# 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 = "stellwerksim-rich-presence" version = "0.1.1" authors = ["Marie Ramlow "] description = "A Discord Rich Presence Plugin for StellwerkSim" homepage = "https://github.com/NyCodeGHG/stellwerksim-rich-presence" readme = "README.md" keywords = [ "stellwerksim", "discord", "rich-presence", ] license = "GPL-3.0-or-later" repository = "https://github.com/NyCodeGHG/stellwerksim-rich-presence" [profile.release] opt-level = "z" lto = true strip = true [dependencies.backon] version = "0.4" [dependencies.color-eyre] version = "0.6" [dependencies.discord-sdk] version = "0.3.4" [dependencies.stellwerksim] version = "0.2" default-features = false [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3"