# 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 = "brotli-dec-wasm" version = "2.3.0" authors = ["myl7 "] description = "Brotli decompressor for browsers and web workers with WASM, which still has a small size (about 300KB)" homepage = "https://github.com/ustclug-dev/brotli-dec-wasm" documentation = "https://github.com/ustclug-dev/brotli-dec-wasm#readme" readme = "README.md" keywords = [ "brotli", "brotli-decompressor", "wasm", "rust", ] categories = ["wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/ustclug-dev/brotli-dec-wasm.git" [profile.release] opt-level = "s" lto = true [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.brotli-decompressor] version = "4.0.0" [dependencies.console_error_panic_hook] version = "0.1.7" [dependencies.wasm-bindgen] version = "0.2.87"