# 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.70.0" name = "miden-miette" version = "7.1.1" authors = ["Kat Marchán "] build = "build.rs" exclude = [ "images/", "tests/", "miette-derive/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers." documentation = "https://docs.rs/miette-nostd" readme = "README.md" categories = [ "rust-patterns", "no-std", ] license = "Apache-2.0" repository = "https://github.com/0xPolygonMiden/miette" [package.metadata.docs.rs] all-features = true [lib] name = "miden_miette" path = "src/lib.rs" [dependencies.backtrace] version = "0.3.69" optional = true [dependencies.backtrace-ext] version = "0.2.1" optional = true [dependencies.cfg-if] version = "1.0.0" [dependencies.miette-derive] version = "=7.1.0" optional = true package = "miden-miette-derive" [dependencies.owo-colors] version = "4.0.0" optional = true [dependencies.serde] version = "1.0.196" features = ["derive"] optional = true [dependencies.spin] version = "0.9" features = [ "mutex", "spin_mutex", "lazy", ] default-features = false [dependencies.supports-color] version = "3.0.0" optional = true [dependencies.supports-hyperlinks] version = "3.0.0" optional = true [dependencies.supports-unicode] version = "3.0.0" optional = true [dependencies.syntect] version = "5.1.0" optional = true [dependencies.terminal_size] version = "0.3.0" optional = true [dependencies.textwrap] version = "0.16.0" optional = true [dependencies.thiserror] version = "1.0" default-features = false package = "miden-thiserror" [dependencies.unicode-width] version = "0.1" default-features = false [dev-dependencies.semver] version = "1.0.21" [build-dependencies.futures] version = "0.3" default-features = false [build-dependencies.indenter] version = "0.3.3" [build-dependencies.lazy_static] version = "1.4" [build-dependencies.regex] version = "1.10" [build-dependencies.rustc_version] version = "0.2" [build-dependencies.rustversion] version = "1.0" [build-dependencies.serde_json] version = "1.0.113" [build-dependencies.strip-ansi-escapes] version = "0.2.0" [build-dependencies.syn] version = "2.0.48" features = ["full"] [build-dependencies.trybuild] version = "1.0.89" features = ["diff"] [features] default = [ "derive", "std", ] derive = ["miette-derive"] fancy = [ "fancy-no-backtrace", "backtrace", "backtrace-ext", ] fancy-base = [ "owo-colors", "textwrap", ] fancy-no-backtrace = [ "fancy-base", "terminal_size", "supports-hyperlinks", "supports-color", "supports-unicode", ] fancy-no-syscall = ["fancy-base"] no-format-args-capture = [] std = [ "thiserror/std", "fancy-no-syscall", ] syntect-highlighter = [ "fancy-no-backtrace", "syntect", ]