[package] name = "ligab" version = "0.1.2" edition = "2021" authors = ["Jinser Kafak "] readme = "README.md" homepage = "https://github.com/jetjinser/ligab" repository = "https://github.com/jetjinser/ligab.git" description = "A LigaAI(ligai.cn) API client." license = "Apache-2.0/MIT" documentation = "https://docs.rs/ligab" categories = ["web-programming::http-client"] keywords = ["ligai", "ligaAI"] [dependencies] http = "0.2.9" http_req_wasi = "0.10.2" serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0.96" serde_urlencoded = "0.7.1"