# 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 = "portfu_macros" version = "1.2.0" authors = ["James Hoerr"] description = "Portfu Macros for Generating Endpoints and Tasks" homepage = "https://github.com/GalactechsLLC/portfu" license = "Apache-2.0" repository = "https://github.com/GalactechsLLC/portfu/portfu_macros" [lib] proc-macro = true [dependencies.async-trait] version = "0.1.80" [dependencies.http] version = "1.1.0" [dependencies.http-body-util] version = "0.1.1" [dependencies.hyper] version = "1.2.0" features = ["full"] [dependencies.mime_guess] version = "2.0.4" [dependencies.portfu_core] version = "1.2.0" [dependencies.proc-macro2] version = "1.0.81" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.60" features = ["extra-traits"] [dependencies.tokio] version = "1.37.0" features = ["fs"] default-features = false [dependencies.url] version = "2.5.0"