# 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 = "yumy" version = "0.3.1" authors = ["vxpm"] description = "a straightforward diagnostics rendering crate." readme = "README.md" keywords = [ "error", "diagnostics", "report", "formatting", "lang-dev", ] categories = ["command-line-interface"] license-file = "LICENSE.txt" repository = "https://github.com/vxpm/yumy" [dependencies.ansi-str] version = "0.8" [dependencies.nonmax] version = "0.5" [dependencies.owo-colors] version = "4.0" [dependencies.unicode-segmentation] version = "1.10" [dependencies.unicode-width] version = "0.1" [dev-dependencies.insta] version = "1.34" features = ["yaml"]