echo_tools 0.2.0

Domain tools for echo-agent framework (chart, data, database, git, media, web, rag)
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"
rust-version = "1.95"
name = "echo_tools"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Domain tools for echo-agent framework (chart, data, database, git, media, web, rag)"
homepage = "https://github.com/EchoYue-lp/echo-agent"
documentation = "https://docs.rs/echo_tools"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "tools",
    "echo",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/EchoYue-lp/echo-agent"

[features]
chart = []
data = ["dep:polars"]
database = ["dep:sqlx"]
default = []
files = []
full = [
    "web",
    "chart",
    "data",
    "database",
    "media",
    "git",
    "rag",
    "shell",
    "files",
    "research",
]
git = []
media = [
    "dep:pdf-extract",
    "dep:lopdf",
    "dep:calamine",
    "dep:docx-rs",
    "dep:encoding_rs",
    "dep:rust_xlsxwriter",
]
rag = ["dep:uuid"]
research = [
    "dep:quick-xml",
    "dep:lopdf",
]
shell = []
web = [
    "dep:scraper",
    "dep:html2text",
    "dep:url",
    "dep:async-trait",
]

[lib]
name = "echo_tools"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1"
optional = true

[dependencies.base64]
version = "0.22"

[dependencies.calamine]
version = "0.26"
optional = true

[dependencies.docx-rs]
version = "0.4"
optional = true

[dependencies.echo_core]
version = "0.2.0"

[dependencies.echo_macros]
version = "0.2.0"

[dependencies.encoding_rs]
version = "0.8"
optional = true

[dependencies.futures]
version = "0.3"

[dependencies.html2text]
version = "0.14"
optional = true

[dependencies.lopdf]
version = "0.34"
optional = true

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

[dependencies.polars]
version = "0.53"
features = [
    "lazy",
    "csv",
    "json",
    "parquet",
    "dtype-full",
    "strings",
    "is_in",
    "regex",
]
optional = true

[dependencies.quick-xml]
version = "0.37"
features = ["serialize"]
optional = true

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

[dependencies.rust_xlsxwriter]
version = "0.82"
optional = true

[dependencies.schemars]
version = "0.8"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.shlex]
version = "1"

[dependencies.similar]
version = "2"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "sqlite",
    "mysql",
    "postgres",
    "any",
]
optional = true

[dependencies.tokio]
version = "1"
features = [
    "process",
    "time",
    "rt",
    "macros",
    "sync",
    "fs",
]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"
optional = true

[dependencies.urlencoding]
version = "2"

[dependencies.uuid]
version = "1"
features = ["v4"]
optional = true