# 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 = "ebnfer" version = "0.1.0" authors = ["Daniel "] description = "A LSP implementation for EBNF." readme = "README.md" license = "MIT" repository = "https://github.com/DanielHauge/ebnfer" [dependencies.ebnf-fmt] version = "0.1.0" [dependencies.ebnf-parser] version = "0.1.0" [dependencies.lsp-server] version = "0.7.6" [dependencies.lsp-types] version = "0.97.0" [dependencies.nom] version = "7.1.3" [dependencies.parse-hyperlinks] version = "0.27.2" [dependencies.rangemap] version = "1.5.1" [dependencies.serde] version = "1.0.130" [dependencies.serde_json] version = "1.0.68"