seia 0.1.0

Multi-engine web search library
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.85"
name = "seia"
version = "0.1.0"
authors = ["langyo <langyo.china@gmail.com>"]
build = false
exclude = [
    "docs/",
    "justfile",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-engine web search library"
readme = "README.md"
keywords = [
    "search",
    "web",
    "duckduckgo",
    "tavily",
    "searxng",
]
categories = [
    "api-bindings",
    "web-programming",
    "command-line-interface",
]
license-file = "LICENSE"
repository = "https://github.com/celestia-island/seia"

[package.metadata.docs.rs]
all-features = true

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

[[bin]]
name = "seia"
path = "src/main.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.anyhow]
version = "^1"

[dependencies.async-trait]
version = "^0.1"

[dependencies.clap]
version = "^4"
features = ["derive"]

[dependencies.regex]
version = "^1"

[dependencies.reqwest]
version = "^0.12"
features = [
    "json",
    "rustls-tls",
    "socks",
]
default-features = false

[dependencies.scraper]
version = "^0.22"

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

[dependencies.serde_json]
version = "^1"

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

[dependencies.tokio-stream]
version = "^0.1"

[dependencies.tracing]
version = "^0.1"

[dependencies.tracing-subscriber]
version = "^0.3"
features = ["env-filter"]

[dependencies.url]
version = "^2"

[dev-dependencies.tokio-test]
version = "^0.4"