# 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 = "reic" version = "0.1.0" authors = ["Jason Qin"] description = "A compiler that just works" readme = "README.md" license-file = "LICENSE" resolver = "2" [dependencies.chumsky] version = "0.8.0" [dependencies.derive-new] version = "0.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.logos] version = "0.12.0" [dependencies.rayon] version = "1.5.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0.137" [dependencies.serde_yaml] version = "0.9.0" [dependencies.simple_logger] version = "2.2.0"