# 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] name = "rtf" version = "0.6.8" authors = ["Sirius Wu "] description = "Forth implemented in Rust for realtime application" readme = "README.md" keywords = [ "forth", "real-time", ] license = "MIT OR Apache-2.0" [dependencies.crossterm] version = "0.25" [dependencies.directories] version = "4.0" [dependencies.getopts] version = "0.2.21" [dependencies.lazy_static] version = "1.4.0" [dependencies.rtforth] version = "0.6.8" [dependencies.unicode-width] version = "0.1"