# 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 = "cpclib-wasm" version = "0.3.0" authors = ["Romain Giot "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "webasm tools for cpclib" homepage = "https://github.com/cpcsdk/rust.cpclib" readme = "README.md" license = "MIT" repository = "https://github.com/cpcsdk/rust.cpclib" [package.metadata.workspaces] independent = true [lib] name = "cpclib_wasm" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[test]] name = "web" path = "tests/web.rs" [dependencies.console_error_panic_hook] version = "0.1.7" optional = true [dependencies.cpclib-asm] version = "0.8.0" default-features = false [dependencies.cpclib-basic] version = "0.8.0" default-features = false [dependencies.cpclib-sna] version = "0.8.0" default-features = false [dependencies.js-sys] version = "0.3.69" [dependencies.wasm-bindgen] version = "0.2.92" [dependencies.web-sys] version = "0.3.69" features = [ "console", "Blob", "BlobPropertyBag", "Window", "Document", "HtmlAnchorElement", "Url", ] [dev-dependencies.wasm-bindgen-test] version = "0.3.42" [features] default = ["console_error_panic_hook"]