# 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 = "lavellang" version = "0.3.0" description = "LavelLang - secure, compiled, object-oriented programming language" documentation = "https://github.com/holu31/lavellang/doc/howto.md" readme = "./README.md" keywords = [ "programming-language", "compiler", "language", ] license = "MIT" repository = "https://github.com/holu31/lavellang" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = false strip = true [dependencies.clap] version = "3.2.17" [dependencies.evalexpr] version = "8.1.0" [dependencies.lexer] version = "0.1.18" [dependencies.md5] version = "0.7.0"