# 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.77" name = "apollo-language-server" version = "0.3.0" authors = ["Apollo Graph, Inc. "] description = "A GraphQL language server with first-class support for Apollo Federation" homepage = "https://www.apollographql.com" documentation = "https://docs.rs/apollo-language-server" readme = "README.md" keywords = [ "graphql", "apollo", "federation", "language-server", "lsp", ] categories = [ "development-tools", "text-editors", "wasm", ] license-file = "LICENSE.md" repository = "https://github.com/apollographql/vscode-graphql" [dependencies.apollo-compiler] version = "1.0.0-beta.23" [dependencies.apollo-composition] version = "0.1.3" [dependencies.apollo-federation] version = "2.0.0-alpha.7" [dependencies.apollo-federation-types] version = "0.14.1" [dependencies.apollo-parser] version = "0.8.2" [dependencies.debounced] version = "0.2.0" [dependencies.futures] version = "0.3.30" [dependencies.indexmap] version = "2.3.0" [dependencies.itertools] version = "0.13.0" [dependencies.lsp-types] version = "0.94.1" [dependencies.memoize] version = "0.4.2" [dependencies.once_cell] version = "1.19.0" [dependencies.ropey] version = "1.6.1" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.37.0" features = [ "rt", "macros", ] optional = true [dependencies.tower-lsp] version = "0.20.0" default-features = false [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.0" [dependencies.wasm-bindgen-futures] version = "0.4.43" optional = true [dev-dependencies.insta] version = "1.38.0" features = ["yaml"] [dev-dependencies.strip-ansi-escapes] version = "0.2.0" [dev-dependencies.tokio] version = "1.37.0" features = [ "io-std", "rt", "macros", "sync", ] [dev-dependencies.tower] version = "0.4.13" [features] default = ["tokio"] tokio = [ "dep:tokio", "tower-lsp/runtime-tokio", ] wasm = [ "debounced/wasm-bindgen", "tower-lsp/runtime-agnostic", "wasm-bindgen-futures", ]