# 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.65" name = "named-future" version = "0.1.0-pre.2" authors = ["René Kijewski "] description = "Give your Future a name!" homepage = "https://github.com/Kijewski/named-future" readme = "README.md" keywords = [ "asynchronous", "futures", "async", "no-std", ] categories = [ "asynchronous", "concurrency", ] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/Kijewski/named-future" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.named-future-proc-macros] version = "=0.1.0-pre.1" optional = true [features] default = ["proc-macros"] proc-macros = ["dep:named-future-proc-macros"]