paladin-content 0.5.0

Content processing adapters and use-case services for the Paladin framework
Documentation
# 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 = "2024"
name = "paladin-content"
version = "0.5.0"
authors = ["Am0rfu5"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Content processing adapters and use-case services for the Paladin framework"
documentation = "https://docs.rs/paladin-content"
readme = "README.md"
keywords = [
    "ai",
    "content",
    "ingestion",
    "analysis",
    "processing",
]
categories = [
    "development-tools",
    "asynchronous",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/DF3NDR/paladin-dev-env"
resolver = "2"

[features]
llm = ["dep:paladin-llm"]
news-api = []
pdf = []
rss = ["dep:rss"]
tiktoken = ["dep:tiktoken-rs"]
web-scraping = ["dep:scraper"]

[lib]
name = "paladin_content"
path = "src/lib.rs"
doctest = false

[dependencies.async-trait]
version = "0.1.88"

[dependencies.chrono]
version = "0.4.38"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.paladin-core]
version = "0.5.0"
package = "paladin-ai-core"

[dependencies.paladin-llm]
version = "0.5.0"
optional = true

[dependencies.paladin-ports]
version = "0.5.0"

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

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.12.4"
features = [
    "json",
    "blocking",
]

[dependencies.rss]
version = "2.0"
optional = true

[dependencies.scraper]
version = "0.23.1"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tiktoken-rs]
version = "0.6.0"
optional = true

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.url]
version = "2.5.2"
features = ["serde"]

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.uuid]
version = "1.8.0"
features = [
    "v4",
    "serde",
]

[dev-dependencies.mockito]
version = "1.7.0"

[dev-dependencies.tempfile]
version = "3.0"