# 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 = "tectonic_geturl" version = "0.3.2" authors = ["Peter Williams "] description = """ A generic interface for HTTP GETs and byte-range requests, with pluggable backends. """ homepage = "https://tectonic-typesetting.github.io/" documentation = "https://docs.rs/tectonic_geturl" readme = "README.md" license = "MIT" repository = "https://github.com/tectonic-typesetting/tectonic/" [package.metadata.internal_dep_versions] tectonic_errors = "e04798bcd9b1c1d68cc0a318a710bb30230a0300" tectonic_status_base = "401387acfd98113133db6981c301426431f55ea3" [dependencies.cfg-if] version = "^1.0" [dependencies.curl] version = "^0.4" optional = true [dependencies.reqwest] version = "^0.11" features = ["blocking"] optional = true [dependencies.tectonic_errors] version = ">=0.1.0,<1" [dependencies.tectonic_status_base] version = ">=0.1.0,<1" [features] default = ["reqwest"] native-tls-vendored = ["reqwest/native-tls-vendored"]