crawlberg-cli 1.0.2

Command-line web crawler and scraper
# 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.91"
name = "crawlberg-cli"
version = "1.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line web crawler and scraper"
readme = false
license = "MIT"
repository = "https://github.com/xberg-io/crawlberg"
resolver = "2"

[features]
ai = ["crawlberg/ai"]
all = [
    "api",
    "mcp",
    "mcp-http",
    "warc",
    "ai",
]
api = ["crawlberg/api"]
default = []
mcp = ["crawlberg/mcp"]
mcp-http = ["crawlberg/mcp-http"]
warc = ["crawlberg/warc"]

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

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

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

[dependencies.crawlberg]
version = "1.0.2"
features = [
    "native-runtime",
    "browser",
]

[dependencies.serde_json]
version = "1"

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

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(alef)"]