# 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 = "2021" rust-version = "1.70.0" name = "finito" version = "0.1.0" authors = ["Niklas Adolfsson "] description = "Retry behaviour for futures" documentation = "https://docs.rs/finito" readme = "README.md" keywords = [ "futures", "retry", "exponential", "backoff", "wasm", ] license = "MIT" repository = "https://github.com/niklasad1/finito" [dependencies.futures-timer] version = "3" [dependencies.pin-project] version = "1" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ] [features] default = [] wasm-bindgen = ["futures-timer/wasm-bindgen"]