# 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 = "web_sys_resumable" version = "0.1.0" description = "Primitive for resumable uploads over web_sys::File" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/littlebenlittle/web_sys_resumable" [dependencies.anyhow] version = "1" [dependencies.js-sys] version = "0.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.sha2] version = "0.10" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3" features = [ "console", "File", ] [dev-dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.wasm-bindgen-test] version = "0.3"