# 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 = "ochat" version = "0.1.0" authors = ["Creative Coders "] publish = true description = "A chatbot application that uses Ollama AIs." readme = "README.md" keywords = [ "ai", "iced", "chat", "chatbot", "ollama", ] categories = [ "gui", "accessibility", ] license = "MIT" repository = "https://github.com/CodersCreative/ollama-chat-iced" [dependencies.cli-clipboard] version = "0.4.0" [dependencies.color-art] version = "0.3.8" [dependencies.iced] version = "0.12.1" features = ["tokio"] [dependencies.iced_futures] version = "0.12.0" features = ["tokio"] [dependencies.ollama-rs] version = "0.1.8" features = ["chat-history"] [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.text-splitter] version = "0.10.0" [dependencies.tokio] version = "1.37.0" features = ["full"]