[package]
edition = "2024"
name = "python-lsp"
version = "0.0.0"
authors = ["Aster <192607617@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python Language Server Protocol implementation for Rusty Python"
readme = "README.md"
license = "AGPL-3.0"
repository = "https://github.com/nyar-vm/rusty-python"
[lib]
name = "python_lsp"
path = "src/lib.rs"
[dependencies.python-ir]
version = "0.0.0"
[dependencies.python-types]
version = "0.0.0"
[dependencies.serde]
version = "1.0.228"
features = [
"derive",
"rc",
"derive",
]