# 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 = "stap-lang" version = "0.2.1" authors = ["J.R. Hill "] description = "Stap programming language (STAck Processor, ala Lisp)" homepage = "https://github.com/hiljusti/stap" readme = "README.md" license = "GPL-2.0-only" repository = "https://github.com/hiljusti/stap" resolver = "2" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.pest] version = "2.5" [dependencies.pest_derive] version = "2.5" [dependencies.rail-lang] version = "0.24.2" [dependencies.rustyline] version = "10.0"