# 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" version = "0.3.2" authors = ["Jacob Lin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Gradio Client in Rust." homepage = "https://github.com/JacobLinCool/gradio-rs/" documentation = "https://docs.rs/gradio" readme = "README.md" keywords = [ "gradio", "client", "huggingface", ] categories = [ "network-programming", "command-line-utilities", ] license = "MIT" repository = "https://github.com/JacobLinCool/gradio-rs/" [lib] name = "gradio" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "gr" path = "src/bin/gr.rs" [[example]] name = "hello" path = "examples/hello.rs" [[example]] name = "hello-sync" path = "examples/hello-sync.rs" [[example]] name = "parler" path = "examples/parler.rs" [[example]] name = "sd3" path = "examples/sd3.rs" [[example]] name = "vocal-separation" path = "examples/vocal-separation.rs" [[example]] name = "whisper" path = "examples/whisper.rs" [[example]] name = "whisper-turbo" path = "examples/whisper-turbo.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.bytes] version = "1.6.1" [dependencies.clap] version = "4.5.10" features = [ "cargo", "derive", "string", ] [dependencies.futures-util] version = "0.3.30" [dependencies.mime_guess] version = "2.0.5" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.5" [dependencies.reqwest] version = "0.12.5" features = [ "rustls-tls", "json", "cookies", "multipart", ] default-features = false [dependencies.reqwest-eventsource] version = "0.6.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.tokio] version = "1.38.1" features = [ "macros", "rt", "rt-multi-thread", ]