# 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 = "erniebot-rs" version = "0.4.1" exclude = [ ".github/", ".vscode/", ".gitignore", ] description = "A unofficial Rust library for the Ernie API" homepage = "https://github.com/chenwanqq/erniebot-rs" readme = "README.md" license = "MIT" repository = "https://github.com/chenwanqq/erniebot-rs" [dependencies.base64] version = "0.22.0" [dependencies.image] version = "0.25.1" [dependencies.json_value_merge] version = "2.0" [dependencies.reqwest] version = "0.12.3" features = ["json"] [dependencies.reqwest-eventsource] version = "0.6.0" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.strum] version = "0.26.1" [dependencies.strum_macros] version = "0.26.1" [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" [dependencies.ureq] version = "2.9.6" features = [ "json", "charset", ] [dependencies.url] version = "2.5.0"