# 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 = "zeta-note" version = "0.1.8" authors = ["Artem Pyanykh "] description = "Markdown LSP server for easy note-taking with cross-references and diagnostics" homepage = "https://github.com/artempyanykh/zeta-note" keywords = ["language", "server", "lsp", "vscode", "markdown"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/artempyanykh/zeta-note" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.atty] version = "0.2" [dependencies.clap] version = "3.1.0" features = ["derive", "cargo"] [dependencies.futures] version = "0.3.13" [dependencies.glob] version = "0.3.0" [dependencies.lsp-document] version = "0.5.0" [dependencies.lsp-server] version = "0.5.0" [dependencies.lsp-types] version = "0.92.0" [dependencies.once_cell] version = "1.8.0" [dependencies.pulldown-cmark] version = "0.8" default-features = false [dependencies.regex] version = "1.0" [dependencies.salsa] version = "0.16.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.slug] version = "0.1.4" [dependencies.tokio] version = "1.9" features = ["full"] [dependencies.tracing] version = "0.1.25" [dependencies.tracing-subscriber] version = "0.2.16" [dependencies.url] version = "2.2.0" [dev-dependencies.insta] version = "1.7.1" [dev-dependencies.pretty_assertions] version = "0.7.1"