# 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 = "lingua_luau" version = "0.1.0" authors = ["Daniel P H Fox "] description = "Send complex data between Rust and Roblox Luau via Wasynth using JSON." keywords = [ "roblox", "wasm", "wasynth", "lua", "luau", ] categories = [ "wasm", "encoding", "development-tools::ffi", ] license = "MIT" repository = "https://github.com/dphfox/lingua" [lib] name = "lingua" [dependencies.log] version = "0.4.21" [dependencies.serde] version = "1.0.203" [dependencies.serde_json] version = "1.0.117" [dependencies.thiserror] version = "1.0.61"