# 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 = "adventure" version = "0.5.0" authors = ["Eunchong Yu "] description = "Helps your great adventure for the various type of requests." readme = "../README.md" categories = ["asynchronous", "network-programming", "rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/spoqa/adventure" [dependencies.backoff] version = "0.1.5" optional = true [dependencies.futures] version = "0.3.1" default-features = false [dependencies.futures_01] version = "0.1" optional = true default-features = false package = "futures" [dependencies.pin-utils] version = "0.1.0-alpha.4" [dependencies.reqwest] version = "0.10.0" optional = true [dependencies.tokio] version = "0.2.6" optional = true default-features = false [features] alloc = ["futures/alloc"] backoff-tokio = ["backoff", "tokio-timer"] default = ["backoff-tokio", "std", "futures01"] futures01 = ["futures_01", "std", "futures/compat"] std = ["alloc", "futures/std"] tokio-timer = ["tokio/time"]