# 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 = "gradio_macro" version = "0.3.0" authors = ["Deniz Sincar "] build = false exclude = ["wavs/"] autobins = false autoexamples = false autotests = false autobenches = false description = "A macro for generating Gradio interfaces." readme = "README.md" keywords = [ "gradio", "macro", "ai", "huggingface", ] license = "MIT" repository = "https://github.com/denizsincar29/gradio_macro_test" [lib] name = "gradio_macro" path = "src/lib.rs" proc-macro = true [[example]] name = "vocal" path = "examples/vocal.rs" [[example]] name = "whisper" path = "examples/whisper.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.gradio] version = "0.3.2" [dependencies.heck] version = "0.5.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0.37" [dependencies.serde] version = "1.0.209" [dependencies.serde_json] version = "1.0.127" [dependencies.syn] version = "2.0.76" [dev-dependencies.tokio] version = "1.10.0" features = ["full"]