fal 0.1.0

A Rust crate for the fal.ai API, including generated, typed functions for all public models
Documentation
[dependencies.base64]
optional = true
version = "0.22"

[dependencies.eventsource-stream]
version = "0.2"

[dependencies.fal-derive]
version = "0.1"

[dependencies.futures]
optional = true
version = "0.3"

[dependencies.image]
optional = true
version = "0.25"

[dependencies.reqwest]
features = ["json", "stream"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.smart-default]
optional = true
version = "0.7"

[dependencies.thiserror]
version = "1"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[features]
default = ["image", "endpoints"]
endpoints = ["smart-default"]
image = ["dep:image", "futures", "base64"]

[lib]
name = "fal"
path = "src/lib.rs"

[package]
authors = ["Carlos Diaz-Padron"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "A Rust crate for the fal.ai API, including generated, typed functions for all public models"
edition = "2021"
keywords = ["fal", "ai", "generative-ai"]
license = "MIT OR Apache-2.0"
name = "fal"
readme = "README.md"
repository = "https://github.com/carlosdp/fal-rs"
version = "0.1.0"

[[test]]
name = "endpoints"
path = "tests/endpoints.rs"

[[test]]
name = "queue"
path = "tests/queue.rs"

[[test]]
name = "send"
path = "tests/send.rs"