# 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 = "Agentic-rs" version = "0.1.0" authors = ["Hamze Ghalebi "] description = "The `agents` package provides a set of tools for creating and managing agents capable of processing text and performing specified tasks based on a given role. It leverages asynchronous Rust programming with Tokio for efficient task execution." readme = "README.md" license = "MIT" repository = "https://github.com/RustSandbox/agents" [dependencies.indicatif] version = "0.17.8" [dependencies.lazy_static] version = "1.4.0" [dependencies.ollama-rs] version = "0.1.9" features = ["stream"] [dependencies.pdf-extract] version = "0.7.7" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.scraper] version = "0.19.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1.15"