# 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 = "http-range-client" version = "0.8.0" authors = ["Pirmin Kalberer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HTTP client for HTTP Range requests with a buffer optimized for sequential requests." homepage = "https://github.com/pka/http-range-client" readme = "README.md" keywords = [ "http", "reader", "buffer", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pka/http-range-client" [package.metadata.docs.rs] all-features = true [lib] name = "http_range_client" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.51" [dependencies.byteorder] version = "1.4.2" [dependencies.bytes] version = "1.0.1" [dependencies.read-logger] version = "0.2.0" [dependencies.reqwest] version = "0.12.5" features = ["default-tls"] optional = true default-features = false [dependencies.thiserror] version = "1.0" [dependencies.ureq] version = "2.7.1" optional = true [dev-dependencies.env_logger] version = "0.11.5" [dev-dependencies.tokio] version = "1.0.2" features = [ "rt-multi-thread", "macros", ] default-features = false [features] default = [ "reqwest-async", "reqwest-sync", ] reqwest-async = ["reqwest"] reqwest-sync = ["reqwest/blocking"] ureq-sync = ["ureq"]