hadrone-wasm 0.1.0

WASM bindings for hadrone engine (JS interop)
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 = "2021"
name = "hadrone-wasm"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WASM bindings for hadrone engine (JS interop)"
documentation = "https://docs.rs/hadrone-wasm"
readme = "README.md"
keywords = [
    "wasm",
    "wasm-bindgen",
    "layout",
]
categories = [
    "wasm",
    "rendering",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wesleybatista/hadrone"

[lib]
name = "hadrone_wasm"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.hadrone-core]
version = "0.1.0"

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

[dependencies.serde-wasm-bindgen]
version = "0.6"

[dependencies.wasm-bindgen]
version = "0.2"