noyalib-wasm 0.0.15

WebAssembly (wasm-bindgen) bindings for the noyalib YAML library — browser-ready parse / serialise / lossless edit
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"
rust-version = "1.85.0"
name = "noyalib-wasm"
version = "0.0.15"
authors = ["Sebastien Rousseau <sebastian.rousseau@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebAssembly (wasm-bindgen) bindings for the noyalib YAML library — browser-ready parse / serialise / lossless edit"
homepage = "https://github.com/sebastienrousseau/noyalib-wasm"
documentation = "https://docs.rs/noyalib-wasm"
readme = "README.md"
keywords = [
    "yaml",
    "wasm",
    "wasm-bindgen",
    "browser",
    "noyalib",
]
categories = [
    "wasm",
    "encoding",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sebastienrousseau/noyalib-wasm"

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

[package.metadata.cargo-machete]
ignored = ["console_error_panic_hook"]

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

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

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

[dependencies.console_error_panic_hook]
version = "0.1.7"
optional = true

[dependencies.noyalib]
version = "=0.0.15"
features = ["std"]

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

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

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

[dev-dependencies.wasm-bindgen-test]
version = "0.3"