# 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 = "rail-lang" version = "0.30.2" authors = ["J.R. Hill "] description = "A straightforward programming language. Rail is currently experimental and subject to drastic breaking changes." homepage = "https://github.com/booniepepper/rail" readme = "README.md" keywords = [ "programming-language", "concatenative", "interpreter", "parser", ] categories = [] license = "GPL-2.0-only" repository = "https://github.com/booniepepper/rail" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.clearscreen] version = "2.0" [dependencies.colored] version = "2.0" [dependencies.directories] version = "5.0" [dependencies.im] version = "15.1" [dependencies.regex] version = "1.8" [dependencies.rustyline] version = "11.0.0"