mruby-serde-json 0.1.0

mruby-serde-json provides JSON serialization/deserialization for mruby/edge using serde_json
Documentation
# 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 = "2024"
name = "mruby-serde-json"
version = "0.1.0"
authors = ["Uchio Kondo <udzura@udzura.jp>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "mruby-serde-json provides JSON serialization/deserialization for mruby/edge using serde_json"
readme = "README.md"
license = "BSD-3-Clause"
resolver = "2"

[lib]
name = "mruby_serde_json"
path = "src/lib.rs"

[[test]]
name = "dump"
path = "tests/dump.rs"

[[test]]
name = "load"
path = "tests/load.rs"

[dependencies.mrubyedge]
version = ">= 1.1.0"

[dependencies.serde]
version = ">= 1.0.228"

[dependencies.serde_json]
version = ">= 1.0.149"

[dev-dependencies.mec-mrbc-sys]
version = "3.3.1"

[dev-dependencies.mrubyedge]
version = "1.1.0"
features = ["default"]