# 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 = "neopresence" version = "1.0.0" authors = ["Ashwin Rajesh"] description = "Discord rich presence plugin for neovim with features such as session diffs & language detection." readme = "README.md" license = "MIT" repository = "https://github.com/VanillaViking/nvim-discord-presence" [dependencies.anyhow] version = "1.0" [dependencies.ctrlc] version = "3.4" [dependencies.discord-presence] version = "1.3.1" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1.3.0" [dependencies.lsp-types] version = "0.95.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3" [dependencies.version-sync] version = "0.9"