# 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 = "uwu_wasm" version = "1.0.0" authors = ["Sandro Marques "] exclude = [ "/*.bat", "/*.sh", ] description = "uwuifying the web" documentation = "https://docs.rs/uwu_wasm" readme = "README.md" keywords = [ "uwu", "owo", "wasm", "web", ] categories = [ "algorithms", "text-processing", "command-line-utilities", ] license = "MIT" repository = "https://github.com/SandroHc/uwu-rs/tree/master/crates/uwu_wasm" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.uwu-rs] version = "1.0.0" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wee_alloc] version = "0.4" [dev-dependencies.wasm-bindgen-test] version = "0.3"