solidity-language-server 0.1.13

A solidity language server with foundry's build process.
Documentation
# 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 = "2024"
name = "solidity-language-server"
version = "0.1.13"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A solidity language server with foundry's build process."
homepage = "https://github.com/mmsaki/solidity-language-server"
readme = "README.md"
keywords = [
    "language-server",
    "solidity",
    "lsp",
]
license = "MIT"
repository = "https://github.com/mmsaki/solidity-language-server"

[lib]
name = "solidity_language_server"
path = "src/lib.rs"

[[bin]]
name = "solidity-language-server"
path = "src/main.rs"

[[test]]
name = "build"
path = "tests/build.rs"

[[test]]
name = "completion"
path = "tests/completion.rs"

[[test]]
name = "cross_file_references"
path = "tests/cross_file_references.rs"

[[test]]
name = "document_links"
path = "tests/document_links.rs"

[[test]]
name = "lint"
path = "tests/lint.rs"

[[test]]
name = "symbols"
path = "tests/symbols.rs"

[[test]]
name = "utils"
path = "tests/utils.rs"

[[test]]
name = "yul_external_references"
path = "tests/yul_external_references.rs"

[dependencies.clap]
version = "4.5.53"
features = ["derive"]

[dependencies.eyre]
version = "0.6.12"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.solar]
version = "=0.1.8"
default-features = false
package = "solar-compiler"

[dependencies.tempfile]
version = "3.23.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = ["full"]

[dependencies.tower-lsp]
version = "0.20.0"

[dependencies.tracing]
version = "0.1.43"

[dependencies.tracing-subscriber]
version = "0.3.22"