Cargo Features

DokiError has no features set by default.

[dependencies]
doki-error = { version = "1.1.1", features = ["serde", "lsp", "git2", "nom", "num", "rust_decimal", "pest", "globset", "chrono", "config"] }
serde = bincode, serde1, serde_json
lsp = lsp-types

Enables lsp-types of yggdrasil-shared

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

git2 implicit feature

Enables git2 ^0.14.2

3rd parts

nom implicit feature

Enables nom

nom:

A byte-oriented, zero-copy, parser combinators library

num implicit feature
rust_decimal implicit feature
pest implicit feature

Enables pest

pest:

The Elegant Parser

globset implicit feature
lsp-types lsp?

Enables lsp-types ^0.92.0

chrono implicit feature

Enables chrono

chrono:

Date and time library for Rust

config implicit feature

Enables config ^0.12.0

config:

Layered configuration system for Rust applications

serde1 serde?
serde_json serde?
bincode serde?