# 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 = "again" version = "0.1.2" authors = ["softprops "] description = "wasm-compatible retry util for std library futures" homepage = "https://github.com/softprops/again" documentation = "https://docs.rs/again" readme = "README.md" keywords = ["retry", "futures", "futures-retry"] categories = ["asynchronous", "wasm", "web-programming"] license = "MIT" repository = "https://github.com/softprops/again" [dependencies.log] version = "0.4" optional = true [dependencies.rand] version = "0.7" optional = true [dependencies.wasm-timer] version = "0.2" [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.reqwest] version = "0.10" [dev-dependencies.tokio] version = "0.2" features = ["rt-threaded", "macros"] [features] default = ["log", "rand"] stdweb = ["rand/stdweb"] wasm-bindgen = ["rand/wasm-bindgen"] [badges.maintenance] status = "actively-developed"