# 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 = "itsuki_bedrock_assistant" version = "0.1.0" authors = ["Itsuki "] build = false exclude = ["readme_assets/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "An AI assistant powered by AWS Bedrock. " readme = "README.md" keywords = [ "cli", "chat", "aws", "bedrock", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/0Itsuki0/itsuki_assistant_with_bedrock" [[bin]] name = "itsuki_bedrock_assistant" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.aws-config] version = "1.5.4" features = ["behavior-version-latest"] [dependencies.aws-sdk-bedrockruntime] version = "1.42.0" [dependencies.aws-smithy-types] version = "1.2.0" [dependencies.base64] version = "0.22.1" [dependencies.crossterm] version = "0.28.1" [dependencies.image] version = "0.25.2" [dependencies.open] version = "5.3.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.121" [dependencies.tokio] version = "1.39.2" features = ["full"]