# 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 = "rustycpp" version = "0.1.6" description = "An attempt to implement the C++20 standard. This is mostly to have fun & learn rust" readme = "README.md" keywords = [ "compiler", "C++", ] categories = ["compilers"] license = "GPL-3.0-or-later" repository = "https://github.com/Destroyerrrocket/rustycpp" [dependencies.antlr-rust] version = "0.3.0-beta" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.2.0" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.env_logger] version = "0.9.1" [dependencies.f128] version = "0.2.9" [dependencies.json] version = "0.12.4" [dependencies.lalrpop-util] version = "0.19.8" [dependencies.lazy-regex] version = "2.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.logos] version = "0.12.0" [dependencies.multiset] version = "0.0.5" [dependencies.priority-queue] version = "1.2.3" [dependencies.regex] version = "1.0.0" [dependencies.test-log] version = "0.2.10" [build-dependencies.lalrpop] version = "0.19.8"