fal-derive 0.1.0

Macros for creating fal API endpoint functions
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[lib]
name = "fal_derive"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Carlos Diaz-Padron"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macros for creating fal API endpoint functions"
edition = "2021"
keywords = ["fal", "ai", "generative-ai"]
license = "MIT OR Apache-2.0"
name = "fal-derive"
readme = "README.md"
repository = "https://github.com/carlosdp/fal-rs"
version = "0.1.0"