# 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 = "2018" name = "lulz" version = "0.1.1" authors = ["Jonathan Li <30177086+MonliH@users.noreply.github.com>"] exclude = ["assets/*"] description = "A fast and spec-compliant LOLCODE implementation" readme = "readme.md" license = "MIT" repository = "https://github.com/MonliH/lulz" [profile.release] lto = true [dependencies.codespan-reporting] version = "0.11.1" [dependencies.hashbrown] version = "0.11.2" [dependencies.libc] version = "0.2" [dependencies.mlua] version = "0.6" features = ["luajit"] [dependencies.once_cell] version = "1.8.0" [dependencies.pico-args] version = "0.4.1" features = ["short-space-opt"] [dependencies.smallvec] version = "1" [dependencies.unicode_names2] version = "0.4.0"