Cargo Features
lspt has no features set by default.
[dependencies]
lspt = { version = "0.2.0", features = ["indexmap", "proposed", "rustc-hash", "url"] }
- indexmap
-
Enables indexmap
Affects
lspt::HashMap
,lspt::HashMap
… - proposed
-
Affects
request::FoldingRangeRefreshRequest
,request::InlineCompletionRequest
,request::TextDocumentContentRequest
,request::TextDocumentContentRefreshRequest
,request::DocumentRangesFormattingRequest
,structs::InlineCompletionParams
,structs::InlineCompletionList
,structs::InlineCompletionItem
,structs::InlineCompletionRegistrationOptions
,structs::TextDocumentContentParams
,structs::TextDocumentContentResult
,structs::TextDocumentContentRegistrationOptions
,structs::TextDocumentContentRefreshParams
,structs::Command.tooltip
,structs::CodeActionRegistrationOptions.documentation
,structs::DocumentRangeFormattingRegistrationOptions.ranges_support
,structs::DocumentRangesFormattingParams
,structs::ApplyWorkspaceEditParams.metadata
,structs::InlineCompletionContext
,structs::StringValue
… - rustc-hash
-
Enables rustc-hash
Affects
lspt::HashMap
,lspt::HashMap
… - url
-
Enables url
Affects
lspt::Uri
…