# 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 = "hiramu" version = "0.1.15" description = "A Rust AI Engineering Toolbox to Access Ollama, AWS Bedrock" readme = "README.md" keywords = [ "api", "client", "aws", "bedrock", "ollama", ] license = "MIT" repository = "https://github.com/raphaelmansuy/hiramu" [dependencies.async-stream] version = "0.3.5" [dependencies.aws-config] version = "1.1.9" [dependencies.aws-sdk-bedrock] version = "1.19.0" [dependencies.aws-sdk-bedrockruntime] version = "1.19.0" [dependencies.aws-smithy-types] version = "1.1.8" [dependencies.aws-types] version = "1.1.8" [dependencies.base64] version = "0.22.0" [dependencies.bytes] version = "1.5.0" [dependencies.chrono] version = "0.4.35" features = ["serde"] [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.pin-project] version = "1.1.5" [dependencies.pin-utils] version = "0.1.0" [dependencies.reqwest] version = "0.11.26" features = [ "json", "stream", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.15" [dependencies.url] version = "2.5.0"