rquickjs-serde 0.5.0

Serde support for rquickjs
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 = "rquickjs-serde"
version = "0.5.0"
authors = [
    "Emile Fugulin <code@efugulin.com>",
    "The Javy Project Developers",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serde support for rquickjs"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/rquickjs/rquickjs-serde"

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

[dependencies.rquickjs]
version = "0.11"
default-features = false

[dependencies.serde]
version = "1"
features = ["alloc"]
default-features = false

[dev-dependencies.quickcheck]
version = "1"

[dev-dependencies.serde]
version = "1"
features = ["derive"]