# 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 = "2018" name = "lsp-positions" version = "0.3.3" authors = [ "GitHub ", "Douglas Creager ", ] description = "LSP-compatible character positions" homepage = "https://github.com/github/stack-graphs/tree/main/lsp-positions" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/github/stack-graphs/" [lib] test = false [dependencies.bincode] version = "2.0.0-rc.3" optional = true [dependencies.memchr] version = "2.4" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.tree-sitter] version = "0.20" optional = true [dependencies.unicode-segmentation] version = "1.8" [features] bincode = ["dep:bincode"] tree-sitter = ["dep:tree-sitter"]