# 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 = "liz" version = "0.1.22" authors = ["Éverton M. Vieira"] description = "Liz ( LuaWizard ) is a library and a command program that features a bunch of functionalities for lua scripts inside the liz global variable. " license = "LGPL-3.0-only" repository = "https://github.com/emuvi/liz/" [dependencies.num_cpus] version = "1" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.rlua] version = "0.19" [dependencies.serde_json] version = "1" [dependencies.simple-error] version = "0.2"