# 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" name = "async-dropper-simple" version = "0.2.6" authors = ["vados "] description = """ A simple struct-wrapper (i.e. AsyncDropper) based implementation of AsyncDrop """ readme = "README.md" categories = ["asynchronous"] license = "MIT" repository = "https://github.com/t3hmrman/async-dropper" [package.metadata.docs.rs] all-features = false features = ["tokio"] no-default-features = true [dependencies.async-scoped] version = "0.9.0" optional = true [dependencies.async-std] version = "1.12.0" optional = true [dependencies.async-trait] version = "0.1.74" [dependencies.futures] version = "0.3.28" [dependencies.tokio] version = "1.33.0" features = [ "time", "rt", "rt-multi-thread", ] optional = true [dev-dependencies.async-std] version = "1.12.0" features = [ "attributes", "tokio1", ] [dev-dependencies.tokio] version = "1.33.0" features = [ "time", "macros", "rt", "rt-multi-thread", ] [build-dependencies.rustc_version] version = "0.4.0" [features] async-std = [ "dep:async-std", "dep:async-scoped", "async-scoped/use-async-std", ] default = [] no-default-bound = [] tokio = [ "dep:tokio", "dep:async-scoped", "async-scoped/use-tokio", ]