# 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 = "circom-lsp" version = "0.1.3" authors = ["rubydusa "] description = "LSP server for Circom" homepage = "https://github.com/rubydusa/circom-lsp" license = "GPL-3.0" repository = "https://github.com/rubydusa/circom-lsp" resolver = "1" [dependencies.circom_parser] version = "2.1.5" package = "circom-lsp-parser" [dependencies.circom_structure] version = "2.1.5" package = "circom-lsp-program-structure" [dependencies.circom_type_checker] version = "2.1.5" package = "circom-lsp-type-analysis" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.codespan-reporting] version = "0.9.0" [dependencies.itertools] version = "0.10.5" [dependencies.lalrpop-util] version = "0.19.9" features = ["lexer"] [dependencies.num-traits] version = "0.2.6" [dependencies.ropey] version = "1.6.0" [dependencies.tempfile] version = "3" [dependencies.tokio] version = "1.26.0" features = [ "rt-multi-thread", "macros", "io-std", ] [dependencies.tower-lsp] version = "0.19.0"