Files
Notes/notes-service/vendor/auto-future/Cargo.toml.orig
T
2026-08-01 16:11:49 +03:00

15 lines
442 B
TOML

[package]
name = "auto-future"
authors = ["Joseph Lenton <josephlenton@gmail.com>"]
description = "For quickly making a struct into a future via an async fn"
version = "1.0.0"
edition = "2021"
license = "MIT"
keywords = ["async", "future", "futures"]
categories = ["asynchronous"]
repository = "https://github.com/JosephLenton/auto-future"
documentation = "https://docs.rs/auto-future/latest/auto-future"
readme = "README.md"
[dependencies]