[package] name = "llmservice-flows" version = "0.2.0" edition = "2021" license = "MIT/Apache-2.0" description = "LLM Service integration for flows.network" documentation = "https://docs.rs/llmservice-flows" [lib] path = "src/lib.rs" crate-type = ["lib", "cdylib"] [package.metadata.docs.rs] default-target = "wasm32-wasi" [dependencies] http_req_wasi = "0.11" lazy_static = "1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" urlencoding = "2"