dioxus-js-bindgen 0.1.1

Zero-build, low-annotation, RAII-safe JS/TS FFI binding engine for Dioxus
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 = "dioxus-js-bindgen"
version = "0.1.1"
authors = ["Techton <contact@techton.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-build, low-annotation, RAII-safe JS/TS FFI binding engine for Dioxus"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/techton7/dioxus-js-bindgen"
resolver = "2"

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

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

[dependencies.dioxus]
version = "0.7.0"
features = [
    "document",
    "hooks",
    "signals",
    "macro",
    "html",
]
default-features = false

[dependencies.dioxus-js-bindgen-macro]
version = "0.1.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"