# 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-derive" version = "0.3.1" authors = ["vados "] description = """ The derive macro crate that supplies the implementation for 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 [lib] proc-macro = true [dependencies.async-std] version = "1.12.0" optional = true [dependencies.async-trait] version = "0.1.74" [dependencies.proc-macro2] version = "1.0.69" [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "2.0.38" [dependencies.tokio] version = "1.33.0" optional = true [features] async-std = ["dep:async-std"] default = [] tokio = ["dep:tokio"]