# 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 = "chunk-reader" version = "0.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "reads octets async on multiple platforms" readme = "README.md" keywords = [ "loading", "async", "wasm", "network", "io", ] categories = [ "asynchronous", "filesystem", "network-programming", ] license = "MIT" repository = "https://github.com/piot/chunk-reader" [lib] name = "chunk_reader" path = "src/lib.rs" [[test]] name = "chunk_reader" path = "tests/chunk_reader.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.tracing] version = "0.1.40" [dev-dependencies.tokio] version = "1.41.1" features = ["full"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies] [target.'cfg(target_arch = "wasm32")'.dependencies.js-sys] version = "0.3.72" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2.95" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures] version = "0.4.45" [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] version = "0.3.72" features = [ "Window", "WorkerGlobalScope", "Response", "Request", "RequestInit", "RequestMode", "Blob", "console", ]