Cargo Features

[dependencies]
miette = { version = "7.2.0", default-features = false, features = ["derive", "no-format-args-capture", "fancy-base", "fancy-no-syscall", "fancy-no-backtrace", "fancy", "syntect-highlighter", "serde"] }
default = derive

The derive feature is set by default whenever miette is added without default-features = false somewhere in the dependency tree.

derive default = miette-derive
no-format-args-capture
fancy-base fancy-no-backtrace? fancy-no-syscall? = owo-colors, textwrap

Affects miette::highlighters

fancy-no-syscall = fancy-base
fancy-no-backtrace fancy? syntect-highlighter? = fancy-base, supports-color, supports-hyperlinks, supports-unicode, terminal_size
fancy = backtrace, backtrace-ext, fancy-no-backtrace
syntect-highlighter = fancy-no-backtrace, syntect

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.

miette-derive derive
owo-colors fancy-base?
textwrap fancy-base?
supports-color fancy-no-backtrace?
supports-unicode fancy-no-backtrace?
backtrace fancy?
terminal_size fancy-no-backtrace?
backtrace-ext fancy?
serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

syntect syntect-highlighter?