# 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 = "sorth" version = "0.2.2" authors = ["m1cha1s"] include = [ "src/", "LICENSE", "README.md", ] description = """ Forth inspired interpreted programming language. """ homepage = "https://github.com/m1cha1s/sorth" documentation = "https://github.com/m1cha1s/sorth" readme = "README.md" keywords = [ "Language", "Forth", "no_std", ] categories = ["no-std"] license = "MIT" repository = "https://github.com/m1cha1s/sorth" resolver = "2" [dependencies]