crw-server 0.0.13

Firecrawl-compatible API server for the CRW web scraper
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 = "crw-server"
version = "0.0.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Firecrawl-compatible API server for the CRW web scraper"
homepage = "https://us.github.io/crw"
readme = "README.md"
keywords = [
    "web-scraper",
    "web-crawler",
    "firecrawl",
    "mcp",
    "llm",
]
categories = [
    "web-programming",
    "command-line-utilities",
]
license = "AGPL-3.0"
repository = "https://github.com/us/crw"
resolver = "2"

[features]
cdp = ["crw-renderer/cdp"]
default = []
test-utils = []

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

[[bin]]
name = "crw-server"
path = "src/main.rs"

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

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

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

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

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

[dependencies.axum]
version = "0.8"
features = ["macros"]

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.crw-core]
version = "0.0.13"

[dependencies.crw-crawl]
version = "0.0.13"

[dependencies.crw-extract]
version = "0.0.13"

[dependencies.crw-renderer]
version = "0.0.13"

[dependencies.hex]
version = "0.4"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "cookies",
    "rustls",
    "gzip",
    "brotli",
    "deflate",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

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

[dependencies.tower]
version = "0.5"

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "trace",
    "timeout",
    "set-header",
]

[dependencies.tracing]
version = "0.1"

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

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

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

[dev-dependencies.axum-test]
version = "19"

[dev-dependencies.serde_json]
version = "1"

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

[dev-dependencies.toml]
version = "0.8"

[dev-dependencies.wiremock]
version = "0.6"