# 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 = "RustGLM" version = "0.1.4" authors = ["blueokanna "] description = "High-performance, Reliable Zhipu ChatGLM SDK natural language processing in Rust Language" homepage = "https://github.com/blueokanna/RustGLM" readme = "README.md" keywords = [ "zhipu", "chatglm", "http", "ai", "sdk", ] license = "Apache-2.0" repository = "https://github.com/blueokanna/RustGLM.git" [dependencies.anyhow] version = "1.0.79" [dependencies.async-trait] version = "0.1.77" [dependencies.base64url] version = "0.1.0" [dependencies.chrono] version = "0.4.33" [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" features = ["compat"] [dependencies.hmac] version = "0.12.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.3" [dependencies.reqwest] version = "0.12.1" features = [ "json", "blocking", "stream", ] [dependencies.rsntp] version = "4.0.0" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_derive] version = "1.0.197" [dependencies.serde_json] version = "1.0.113" [dependencies.sha2] version = "0.10.8" [dependencies.time] version = "0.3.32" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tokio-util] version = "0.7.10" [dependencies.toml] version = "0.8.10" [badges.maintenance] status = "actively-developed"