rsjson-lua 0.3.5

a json lua module using the serde-json rust crate
Documentation
package = "rsjson-lua"
version = "0.3.5"
lua = ">=5.1"

[description]
summary = "a json lua module using the serde-json rust crate"
maintainer = "benniekiss"
homepage = "https://github.com/benniekiss/rs-mod-lua"
issues_url = "https://github.com/benniekiss/rs-mod-lua/issues"
labels = ["json", "rust", "bindings"]
license = "MIT"

[source]
url = "https://github.com/benniekiss/rs-mod-lua/archive/refs/tags/$(PACKAGE)-v$(VERSION).zip"
dev = "git+https://github.com/benniekiss/rs-mod-lua"
dir = "rs-mod-lua-$(PACKAGE)-v$(VERSION)/crates/$(PACKAGE)"

[build]
type = "rust-mlua"
default_features = false
features = ["module"]

[build.modules]
"rsjson" = "rsjson_lua"

[build.include]
"library/rsjson.d.lua" = "rsjson.d.lua"

[test]
type = "busted"