# 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 = "luallaby" version = "0.1.0" authors = ["Dennis Eijkel"] description = "**Work in progress** A pure-Rust Lua interpreter/compiler" homepage = "https://gitlab.com/dragonblade/luallaby" documentation = "https://docs.rs/luallaby" readme = "README.md" keywords = [ "lua", "compiler", "interpreter", ] categories = ["compilers"] license = "MIT" repository = "https://gitlab.com/dragonblade/luallaby" [package.metadata.release] allow-branch = ["master"] pre-release-hook = [ "cargo", "test", ] [dependencies.clap] version = "4.5" [dependencies.ctrlc] version = "3.4" [dependencies.rand] version = "0.8" [dependencies.rand_xoshiro] version = "0.6" [dependencies.rmp-serde] version = "1.1" [dependencies.rustyline] version = "13" [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = [ "formatting", "large-dates", "local-offset", ] [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.regex] version = "1.9"