# 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 = "lua-config" version = "1.4.2" authors = ["https://github.com/LeviLovie/"] description = "A simple rust configuration tool using lua" readme = "README.md" keywords = [ "configuration", "lua", ] license = "MIT" repository = "https://github.com/LeviLovie/lua-config" [dependencies.json] version = "0.12.4" [dependencies.reqwest] version = "0.12.5" features = ["blocking"] [dependencies.rlua] version = "0.20.1" [dependencies.serde] version = "1.0.207" features = ["derive"] [dependencies.serde_json] version = "1.0" [features] crash_on_none = []