# 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] rust-version = "1.70" name = "codemap-diagnostic" version = "0.1.2" authors = [ "Kevin Mehall ", "The Rust Project Developers", ] description = """ [DEPRECATED] Library for displaying compiler error messages, extracted from rustc. """ documentation = "https://docs.rs/codemap-diagnostic" readme = "README.md" keywords = [ "compiler", "error", "warning", "format", "rustc", ] categories = ["command-line-interface"] license = "MIT/Apache-2.0" repository = "https://github.com/kevinmehall/codemap-diagnostic" [dependencies.codemap] version = "0.1.0" [dependencies.termcolor] version = "1.0.4"