# 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 = "cnls" version = "0.1.2" description = "Class Name Language Server for web frontend projects." homepage = "https://github.com/Gnarus-G/cnat" readme = "README.md" license = "GPL-2.0" repository = "https://github.com/Gnarus-G/cnat" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.dashmap] version = "5.5.3" [dependencies.ignore] version = "0.4" [dependencies.swc_common] version = "0.33.19" features = ["tty-emitter"] [dependencies.swc_css] version = "0.157.38" [dependencies.swc_ecma_ast] version = "0.112.5" [dependencies.swc_ecma_parser] version = "0.143.9" features = ["swc_ecma_visit"] [dependencies.swc_ecma_visit] version = "0.98.6" [dependencies.tokio] version = "1.36.0" features = [ "macros", "rt-multi-thread", "io-std", ] [dependencies.tower-lsp] version = "0.20.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"