# 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" rust-version = "1.67" name = "miden-diagnostics" version = "0.1.0" authors = ["miden contributors"] description = "Diagnostics infrastructure for Polygon Miden compilers" readme = "README.md" keywords = [ "compiler", "miden", ] categories = ["Compilers"] license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-diagnostics" resolver = "1" [dependencies.atty] version = "0.2" [dependencies.codespan] version = "0.11" [dependencies.codespan-reporting] version = "0.11" [dependencies.flurry] version = "0.4" [dependencies.miden-diagnostics-macros] version = "0.1" package = "miden-diagnostics-macros" [dependencies.parking_lot] version = "0.12" [dependencies.rustc-hash] version = "1.1" [dependencies.unicode-width] version = "0.1"