# 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 = "veryl-ls" version = "0.13.3" authors = ["dalance@gmail.com"] build = false exclude = ["build.rs"] autobins = false autoexamples = false autotests = false autobenches = false description = "A modern hardware description language" readme = "README.md" keywords = [ "parser", "verilog", "systemverilog", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/veryl-lang/veryl" [[bin]] name = "veryl-ls" path = "src/main.rs" [dependencies.async-channel] version = "2.3" [dependencies.dashmap] version = "6.1.0" [dependencies.futures] version = "0.3.31" [dependencies.glob] version = "0.3.1" [dependencies.miette] version = "7.2" [dependencies.ropey] version = "1.6.1" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.41.1" features = ["full"] [dependencies.tower-lsp] version = "0.20.0" [dependencies.veryl-analyzer] version = "0.13.3" [dependencies.veryl-formatter] version = "0.13.3" [dependencies.veryl-metadata] version = "0.13.3" [dependencies.veryl-parser] version = "0.13.3" [dependencies.veryl-path] version = "0.13.3"