# 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 = "2021" name = "marker_error" version = "0.5.0" description = """ A library for error handling in marker. It is internal to marker and should not be used directly outside of it. Semver guarantees do not apply to this library. """ readme = "README.md" keywords = [ "marker", "lint", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-marker/marker" [dependencies.miette] version = "5.10" features = [ "fancy-no-backtrace", "fancy", ] [dependencies.thiserror] version = "1.0" [dependencies.tracing-error] version = "0.2" [dependencies.yansi] version = "1.0.0-rc.1"