# 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.63.0" name = "tokio-shield" version = "0.1.1" description = "Prevent futures from being aborted by wrapping them in tasks" documentation = "https://docs.rs/tokio-shield/" readme = "README.md" license = "MIT" repository = "https://github.com/Defelo/tokio-shield" [dependencies.futures] version = "0.3.28" default-features = false [dependencies.tokio] version = "1.28.1" features = ["rt"] default-features = false [dev-dependencies.tokio] version = "1.28.1" features = [ "macros", "rt-multi-thread", "time", "sync", ] default-features = false