# 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 = "sollama" version = "0.1.1" build = false include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI Tool to Search and summarize the results with Ollama models in your terminal" homepage = "https://github.com/EsmaeelNabil/sollama" readme = "README.md" keywords = [ "ollama", "ai", "cli", "search", "summarize", ] categories = ["command-line-utilities"] license = "MIT" [profile.release] opt-level = 3 lto = true [lib] name = "sollama" path = "src/lib.rs" [[bin]] name = "sollama" path = "src/main.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.config] version = "0.14.1" [dependencies.futures] version = "0.3.31" [dependencies.indicatif] version = "0.17.8" [dependencies.reqwest] version = "0.12.9" features = [ "json", "gzip", ] [dependencies.scraper] version = "0.21.0" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.thiserror] version = "1.0.68" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.mockito] version = "1.5.0"