phrona 0.1.1

High-performance metasearch engine library for Rust and Python
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 = "phrona"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance metasearch engine library for Rust and Python"
homepage = "https://github.com/alvaro-co/phrona"
readme = "README.md"
keywords = [
    "metasearch",
    "search-engine",
    "web-scraping",
    "serp",
    "aggregator",
]
categories = [
    "web-programming",
    "network-programming",
]
license = "AGPL-3.0-only"
repository = "https://github.com/alvaro-co/phrona"
resolver = "2"

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

[[bin]]
name = "dbg_parse"
path = "src/bin/dbg_parse.rs"

[[bin]]
name = "fetch_fixtures"
path = "src/bin/fetch_fixtures.rs"

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

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

[dependencies.base64]
version = "0.22"

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

[dependencies.futures]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.percent-encoding]
version = "2"

[dependencies.rand]
version = "0.9"

[dependencies.regex]
version = "1"

[dependencies.scraper]
version = "0.26"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "sync",
    "net",
    "signal",
]

[dependencies.url]
version = "2"

[dependencies.wreq]
version = "6.0.0-rc.29"
features = [
    "cookies",
    "gzip",
    "brotli",
    "zstd",
    "deflate",
    "charset",
    "stream",
]

[dependencies.wreq-util]
version = "3.0.0-rc.14"
features = ["emulation"]