# 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 = "ara_reporting" version = "0.6.1" authors = ["Saif Eddin Gmati "] exclude = ["/.github/*"] description = "A Reporting library for for Ara Programming Language 📃" homepage = "https://github.com/ara-lang/reporting" documentation = "https://docs.rs/ara_reporting" readme = "README.md" keywords = [ "ara", "error-reporting", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ara-lang/reporting" [dependencies.ara_source] version = "0.2.0" [dependencies.codespan-reporting] version = "0.11.1" features = ["serialization"] [dependencies.rustc-hash] version = "1.1.0" [dependencies.schemars] version = "0.8.11" [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.termcolor] version = "1.1.3"