# 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 = "bomboni_wasm" version = "0.1.61" authors = ["Tin Rabzelj "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for working with WASM. Part of Bomboni library." homepage = "https://github.com/tinrab/bomboni" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/tinrab/bomboni" [lib] name = "bomboni_wasm" path = "src/lib.rs" [dependencies.bomboni_wasm_core] version = "0.1.61" [dependencies.bomboni_wasm_derive] version = "0.1.61" optional = true [dependencies.js-sys] version = "0.3.70" [dependencies.serde] version = "1.0.210" [dependencies.serde-wasm-bindgen] version = "0.6.5" [dependencies.wasm-bindgen] version = "0.2.93" [dev-dependencies.serde] version = "1.0.210" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.128" [features] derive = ["dep:bomboni_wasm_derive"] js = ["bomboni_wasm_core/js"] root-crate = ["bomboni_wasm_derive/root-crate"]