# 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 = "netsblox-extension-util" version = "0.2.7" authors = ["Gordon Stein"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Allows for automatic generation of a NetsBlox extension that uses WASM" homepage = "https://github.com/gsteinLTU/netsblox-extension-rs" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "netsblox_extension_util" path = "src/lib.rs" [dependencies.proc-macro2] version = "1.0" [dependencies.regex] version = "1.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simple-error] version = "0.3.1" [dependencies.syn] version = "2.0" features = [ "full", "extra-traits", ] [dependencies.web-sys] version = "0.3" features = [ "Storage", "Window", "Document", ] [build-dependencies.proc-macro2] version = "1.0" [build-dependencies.regex] version = "1.11" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0" [build-dependencies.simple-error] version = "0.3" [build-dependencies.syn] version = "2.0" features = [ "full", "extra-traits", ]