# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "mlua_serde" version = "0.6.0" authors = ["zrkn ", "Christine Dodrill "] description = "Serde (De)serializer implementation for mlua Value" readme = "README.md" keywords = ["lua", "serde"] license = "MIT" repository = "https://tulpa.dev/lua/mlua_serde/" [package.metadata.docs.rs] features = ["lua53"] [dependencies.mlua] version = "0.5" [dependencies.serde] version = "1" [dev-dependencies.serde_derive] version = "1.0" [features] default = [] lua51 = ["mlua/lua51"] lua52 = ["mlua/lua52"] lua53 = ["mlua/lua53"] lua54 = ["mlua/lua54"] luajit = ["mlua/luajit"] vendored = ["mlua/vendored"]