# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "graviton" version = "0.6.0" authors = ["Ralakus <12schneide@gmail.com>"] exclude = [".vscode/**"] description = "Graviton is a fast programming language that is minimal and simplistic with a simple and easy to read compiler. Everything is an expression unless a semicolon is used `;` then it becomes a statement which gives a clear distinction between expressions and statements." homepage = "https://github.com/Ralakus/graviton" readme = "readme.md" license = "MIT" [dependencies.clap] version = "2.33.0" features = ["suggestions", "color"] [dependencies.colored] version = "1.9.2" [dependencies.graviton_ast] version = "0.6.0" [dependencies.graviton_backend] version = "0.6.0" [dependencies.graviton_core] version = "0.6.0" [dependencies.graviton_frontend] version = "0.6.0" [dependencies.memmap] version = "0.7.0" [dependencies.rmp-serde] version = "0.14.0" [dependencies.serde] version = "1.0.104" features = ["derive"] [badges.travis-ci] repository = "Ralakus/graviton"