# 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 = "ocypode-lang" version = "0.2.3" authors = ["Awiteb "] default-run = "ocypode" description = "A dynamic programming language written in Rust" readme = "README.md" keywords = [ "programming", "language", ] categories = ["compilers"] license = "GPL-3.0-or-later" repository = "https://github.com/TheAwiteb/ocypode-lang" [[bin]] name = "ocypode" path = "src/main.rs" [dependencies.bigdecimal] version = "0.3.0" [dependencies.heck] version = "0.4.1" features = ["unicode"] [dependencies.miette] version = "5.5.0" features = [ "fancy", "fancy-no-backtrace", ] [dependencies.pest] version = "2.5.6" [dependencies.pest_derive] version = "2.5.6" [dependencies.regex] version = "1.7.1" [dependencies.rustyline] version = "11.0.0" [dependencies.thiserror] version = "1.0.39" [badges.maintenance] status = "deprecated"