# 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 = "2018" name = "wasm-zip-stream" version = "0.1.0" authors = ["April is a Rabbit <16049823+LittleSaya@users.noreply.github.com>"] build = false exclude = ["example"] autobins = false autoexamples = false autotests = false autobenches = false description = "A stream style zip compressing tool targeting wasm" homepage = "https://github.com/LittleSaya/wasm-zip-stream" readme = "README.md" keywords = [ "zip", "wasm", "stream", "compress", ] categories = [ "compression", "wasm", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/LittleSaya/wasm-zip-stream" [profile.release] opt-level = "s" [lib] name = "wasm_zip_stream" 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.crc32fast] version = "=1.4.2" [dependencies.flate2] version = "=1.0.34" [dependencies.futures] version = "=0.3.31" [dependencies.wasm-bindgen-futures] version = "=0.4.45" [dependencies.web-sys] version = "=0.3.72" features = [ "console", "Window", "Document", "Element", "HtmlDivElement", "HtmlButtonElement", "File", "DragEvent", "DataTransfer", "DataTransferItemList", "DataTransferItem", "FileSystemEntry", "FileSystemFileEntry", "FileSystemDirectoryEntry", "DomException", "FileSystemDirectoryReader", "FileSystem", "PointerEvent", "WritableStreamDefaultWriter", "FileSystemFlags", "ReadableStream", "ReadableStreamGetReaderOptions", "ReadableStreamReaderMode", "ReadableStreamByobReader", "Performance", ] [dev-dependencies.wasm-bindgen-test] version = "0.3.34" [features] default = ["console_error_panic_hook"]