# 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 = "sym-lang" version = "1.0.0" authors = ["Q0tzly"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Sym Lang is a lightweight stack-based programming language that uses symbols and numbers." documentation = "https://q0tzly.github.io/sym/en/book/index.html" readme = "README.md" keywords = [ "language", "interpreter", "command", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/Q0tzly/sym" [lib] name = "sym_lang" path = "src/lib.rs" [[bin]] name = "sym" path = "src/main.rs" [dependencies]