# 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_core" version = "0.1.61" authors = ["Tin Rabzelj "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Internal 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_core" path = "src/lib.rs" [dependencies.bomboni_core] version = "0.1.61" [dependencies.convert_case] version = "0.6.0" [dependencies.darling] version = "0.20.10" [dependencies.proc-macro2] version = "1.0.86" features = ["proc-macro"] [dependencies.quote] version = "1.0.37" [dependencies.serde_derive_internals] version = "0.29.1" [dependencies.syn] version = "2.0.79" [features] js = []