# 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" rust-version = "1.72.0" name = "enderpy_lsp" version = "0.1.0" authors = ["Shaygan Hooshyari"] description = "Enderpy language server for Python" homepage = "https://github.com/Glyphack/enderpy" documentation = "https://github.com/Glyphack/enderpy" readme = "README.md" license = "AGPL-3.0-only" repository = "https://github.com/Glyphack/enderpy" [dependencies.dashmap] version = "5.1.0" [dependencies.enderpy_python_parser] version = "0.1.0" [dependencies.enderpy_python_type_checker] version = "0.1.0" [dependencies.env_logger] version = "0.9.0" [dependencies.im-rc] version = "15.0.0" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.78" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.tower-lsp] version = "0.19.0" features = ["proposed"]