# 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 = "vhdl_ls" version = "0.83.0" authors = ["Olof Kraigher "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "VHDL Language Server" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/kraigher/rust_hdl" [lib] name = "vhdl_ls" path = "src/lib.rs" [[bin]] name = "vhdl_ls" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.env_logger] version = "0" [dependencies.fnv] version = "1" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.log] version = "0" [dependencies.lsp-server] version = "0" [dependencies.lsp-types] version = "^0.95.1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.vhdl_lang] version = "^0.83.0" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.regex] version = "1.10.5" [dev-dependencies.tempfile] version = "3" [features] default = []