# 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 = "disco-rpc" version = "0.2.1" authors = ["Kaitlyn~Ethylia "] exclude = ["/etc/*"] description = "A customisable client for Discord rich presence using simple Lua configuration." readme = "README.md" license = "Unlicense" repository = "https://github.com/KaitlynEthylia/Disco" [[bin]] name = "disco" path = "src/main.rs" [dependencies.clap] version = "4.3.21" features = [ "derive", "env", "string", ] [dependencies.dirs] version = "5.0.1" [dependencies.discord-rich-presence] version = "0.2.3" [dependencies.log] version = "0.4.20" [dependencies.mlua] version = "0.8.9" features = [ "lua54", "send", "vendored", ] [dependencies.simplelog] version = "0.12.1" [features] unsafe = []