# 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 = "sway-lsp" version = "0.66.4" authors = ["Fuel Labs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "LSP server for Sway." homepage = "https://fuel.network/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/FuelLabs/sway" [lib] name = "sway_lsp" path = "src/lib.rs" bench = false [[test]] name = "lib" path = "tests/lib.rs" [[bench]] name = "bench_main" path = "benches/bench_main.rs" harness = false [dependencies.anyhow] version = "1.0" [dependencies.crossbeam-channel] version = "0.5" [dependencies.dashmap] version = "6.1" [dependencies.fd-lock] version = "4.0" [dependencies.forc-pkg] version = "0.66.4" [dependencies.forc-tracing] version = "0.66.4" [dependencies.forc-util] version = "0.66.4" [dependencies.indexmap] version = "2.5" features = ["rayon"] [dependencies.lsp-types] version = "0.94" features = ["proposed"] [dependencies.notify] version = "6.1" [dependencies.notify-debouncer-mini] version = "0.4" [dependencies.parking_lot] version = "0.12" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.rayon] version = "1.7" [dependencies.rayon-cond] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sway-ast] version = "0.66.4" [dependencies.sway-core] version = "0.66.4" [dependencies.sway-error] version = "0.66.4" [dependencies.sway-features] version = "0.66.4" [dependencies.sway-parse] version = "0.66.4" [dependencies.sway-types] version = "0.66.4" [dependencies.sway-utils] version = "0.66.4" [dependencies.swayfmt] version = "0.66.4" [dependencies.syn] version = "2.0" features = ["full"] [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.12" features = [ "fs", "io-std", "io-util", "macros", "net", "rt-multi-thread", "sync", "time", ] [dependencies.toml_edit] version = "0.22" [dependencies.tower-lsp] version = "0.20" features = ["proposed"] [dependencies.tracing] version = "0.1" [dependencies.urlencoding] version = "2.1" [dev-dependencies.assert-json-diff] version = "2.0" [dev-dependencies.codspeed-criterion-compat] version = "2.6.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.dirs] version = "4.0" [dev-dependencies.futures] version = "0.3" features = [ "std", "async-await", ] default-features = false [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.regex] version = "^1.10.2" [dev-dependencies.tikv-jemallocator] version = "0.6" [dev-dependencies.tower] version = "0.4.12" features = ["util"] default-features = false [lints.clippy] iter_over_hash_type = "deny"