# 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 = "rust-ai" version = "0.1.22" authors = ["Zhongdong Yang"] include = [ "/src", "/log4rs.yml", ] description = "A collection of 3rd-party AI APIs for Rust" homepage = "https://github.com/dongsxyz/rust-ai/" documentation = "https://docs.rs/rust-ai" readme = "README.md" keywords = [ "openai-api", "ai-api", ] categories = [ "text-processing", "api-bindings", ] license = "Apache-2.0" repository = "https://github.com/dongsxyz/rust-ai/" resolver = "1" [lib] name = "rust_ai" crate-type = ["lib"] [[bin]] name = "rsai" path = "src/main.rs" [dependencies.isolang] version = "2.4.0" features = ["serde"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.log4rs] version = "1.3.0" [dependencies.regex] version = "1.10.3" [dependencies.reqwest] version = "0.11.24" features = [ "json", "multipart", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.serde_with] version = "3.6.1" [dependencies.serde_yaml] version = "0.9.32" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.urlencoding] version = "2.1.3"