# 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 = "newslookout"
version = "0.4.8"
authors = ["Sandeep Singh Sandhu"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A web scraping platform built for news scanning, using LLMs for text processing, powered by Rust"
homepage = "https://github.com/sandeep-sandhu/sandeep-sandhu"
documentation = "https://docs.rs/newslookout"
readme = "README.md"
keywords = [
    "analytics",
    "data_transformations",
    "machine_learning",
    "Model_deployment",
    "Data_Science",
]
categories = [
    "command-line-utilities",
    "command-line-interface",
    "finance",
    "text-processing",
]
license-file = "LICENSE"
repository = "https://github.com/sandeep-sandhu/newslookout_rs"

[lib]
name = "newslookout"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.bytes]
version = "1.9.0"

[dependencies.chrono]
version = "0.4.38"

[dependencies.config]
version = "0.14.1"

[dependencies.log]
version = "0.4.22"

[dependencies.log4rs]
version = "1.3.0"
features = ["gzip"]

[dependencies.lopdf]
version = "0.34.0"
features = [
    "pom",
    "pom_parser",
    "nom_parser",
]

[dependencies.nom]
version = "8.0.0-alpha2"

[dependencies.pdf-extract]
version = "0.7.10"

[dependencies.postgres]
version = "0.19.9"

[dependencies.postgres-native-tls]
version = "0.5.0"

[dependencies.rand]
version = "0.9.0-beta.1"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.12.9"
features = [
    "json",
    "rustls-tls",
    "blocking",
    "http2",
    "cookies",
    "gzip",
]

[dependencies.rusqlite]
version = "0.32.1"

[dependencies.rusty-tesseract]
version = "1.1.10"

[dependencies.scraper]
version = "0.21.0"

[dependencies.serde]
version = "1.0.215"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.133"

[dependencies.sqlx]
version = "0.8.2"
features = [
    "runtime-tokio-rustls",
    "postgres",
    "macros",
    "runtime-tokio-native-tls",
    "sqlite",
]

[dev-dependencies.assert_cmd]
version = "2.0.16"

[dev-dependencies.predicates]
version = "3.1.2"

[build-dependencies]