# 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 = "tile-buffer" version = "0.1.0" authors = ["Andrey Tkachenko "] description = "Tiling Buffer useful when dealing with range requests" documentation = "https://docs.rs/tile-bufer" readme = "README.md" keywords = [ "io", "buffer", "async", "tile", "range", ] license = "MIT OR Apache-2.0" repository = "https://github.com/andreytkachenko/tile-buffer" [dependencies.arrayvec] version = "0.7.4" [dependencies.bytes] version = "1.5.0" [dependencies.futures] version = "0.3.28" [dependencies.parking_lot] version = "0.12.1" [dependencies.pin-project-lite] version = "0.2.13" [dependencies.tokio] version = "1.32.0" [dev-dependencies.tokio] version = "1.32.0" features = ["full"]