133 lines
2.5 KiB
TOML
133 lines
2.5 KiB
TOML
# 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"
|
|
rust-version = "1.56.0"
|
|
name = "miette"
|
|
version = "5.10.0"
|
|
authors = ["Kat Marchán <kzm@zkat.tech>"]
|
|
exclude = [
|
|
"images/",
|
|
"tests/",
|
|
"miette-derive/",
|
|
]
|
|
description = "Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers."
|
|
documentation = "https://docs.rs/miette"
|
|
readme = "README.md"
|
|
categories = ["rust-patterns"]
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/zkat/miette"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
[dependencies.backtrace]
|
|
version = "0.3.61"
|
|
optional = true
|
|
|
|
[dependencies.backtrace-ext]
|
|
version = "0.2.1"
|
|
optional = true
|
|
|
|
[dependencies.is-terminal]
|
|
version = "0.4.0"
|
|
optional = true
|
|
|
|
[dependencies.miette-derive]
|
|
version = "=5.10.0"
|
|
|
|
[dependencies.once_cell]
|
|
version = "1.8.0"
|
|
|
|
[dependencies.owo-colors]
|
|
version = "3.0.0"
|
|
optional = true
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.162"
|
|
features = ["derive"]
|
|
optional = true
|
|
|
|
[dependencies.supports-color]
|
|
version = "2.0.0"
|
|
optional = true
|
|
|
|
[dependencies.supports-hyperlinks]
|
|
version = "2.0.0"
|
|
optional = true
|
|
|
|
[dependencies.supports-unicode]
|
|
version = "2.0.0"
|
|
optional = true
|
|
|
|
[dependencies.terminal_size]
|
|
version = "0.1.17"
|
|
optional = true
|
|
|
|
[dependencies.textwrap]
|
|
version = "0.15.0"
|
|
optional = true
|
|
|
|
[dependencies.thiserror]
|
|
version = "1.0.40"
|
|
|
|
[dependencies.unicode-width]
|
|
version = "0.1.9"
|
|
|
|
[dev-dependencies.futures]
|
|
version = "0.3"
|
|
default-features = false
|
|
|
|
[dev-dependencies.indenter]
|
|
version = "0.3.0"
|
|
|
|
[dev-dependencies.lazy_static]
|
|
version = "1.4"
|
|
|
|
[dev-dependencies.regex]
|
|
version = "1.5"
|
|
|
|
[dev-dependencies.rustversion]
|
|
version = "1.0"
|
|
|
|
[dev-dependencies.semver]
|
|
version = "1.0.4"
|
|
|
|
[dev-dependencies.serde_json]
|
|
version = "1.0.64"
|
|
|
|
[dev-dependencies.syn]
|
|
version = "2.0"
|
|
features = ["full"]
|
|
|
|
[dev-dependencies.trybuild]
|
|
version = "1.0.19"
|
|
features = ["diff"]
|
|
|
|
[features]
|
|
default = []
|
|
fancy = [
|
|
"fancy-no-backtrace",
|
|
"backtrace",
|
|
"backtrace-ext",
|
|
]
|
|
fancy-no-backtrace = [
|
|
"owo-colors",
|
|
"is-terminal",
|
|
"textwrap",
|
|
"terminal_size",
|
|
"supports-hyperlinks",
|
|
"supports-color",
|
|
"supports-unicode",
|
|
]
|
|
no-format-args-capture = []
|