# 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 = "range-reader" version = "0.2.0" authors = ["Jorge C. Leitao "] description = "Converts low-level APIs to read ranges of bytes to `Read + Seek`" homepage = "https://github.com/DataEngineeringLabs/ranged-reader-rs" license = "Apache-2.0" repository = "https://github.com/DataEngineeringLabs/ranged-reader-rs" [dependencies.futures] version = "0.3" optional = true [dev-dependencies.parquet2] version = "0.7" [dev-dependencies.rust-s3] version = "0.27" features = [ "blocking", "futures", ] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", "fs", ] [dev-dependencies.tokio-util] version = "0.6" features = ["compat"] [features] async = ["futures"] default = [ "sync", "async", ] sync = []