# 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" name = "fn-macros" version = "0.1.0" description = "lib to allow composition of sync and async rust functions" license = "MIT" repository = "https://gitlab.com/coderodent/fn-composer" resolver = "1" [lib] proc-macro = true [dependencies.futures] version = "0.3.29" [dependencies.paste] version = "1.0.14" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0.35" features = ["proc-macro"] [dependencies.retry] version = "2.0.0" [dependencies.syn] version = "2.0.48" features = [ "parsing", "proc-macro", ] [dependencies.tokio] version = "1.38.0" features = ["sync"] [dependencies.tokio-retry] version = "0.3.0" [dev-dependencies.fn-compose] version = "0.1.0"