# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "margo-fetch" version = "0.1.0" authors = ["Maximilian Goisser "] description = "Modular reimplementation of (parts of) Cargo" license = "MIT OR Apache-2.0" [dependencies.futures] version = "0.1.25" [dependencies.hex] version = "0.3.2" optional = true [dependencies.hyper] version = "0.12.19" optional = true [dependencies.hyper-tls] version = "0.3.1" optional = true [dependencies.log] version = "0.4.6" [dependencies.regex] version = "1.1.0" optional = true [dependencies.reqwest] version = "0.9.5" optional = true [dependencies.serde] version = "1.0.82" default-features = false [dependencies.serde_derive] version = "1.0.82" [dependencies.serde_json] version = "1.0.34" optional = true [dependencies.sha2] version = "0.8.0" optional = true [features] default = ["downloader_checksum", "std"] downloader_checksum = ["sha2", "hex"] downloader_simple_reqwest = ["downloader_checksum", "reqwest"] source_resolver_remote_registry = ["hyper", "hyper-tls", "serde_json"] std = ["serde/std", "regex"]