tail-fin-cli 0.4.0

Multi-site browser automation CLI — attaches to Chrome or auto-launches a stealth browser to drive 14+ sites
# 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 = "2021"
rust-version = "1.85"
name = "tail-fin-cli"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-site browser automation CLI — attaches to Chrome or auto-launches a stealth browser to drive 14+ sites"
homepage = "https://github.com/motosan-dev/tail-fin"
readme = "README.md"
keywords = [
    "browser-automation",
    "cli",
    "scraping",
    "cdp",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/motosan-dev/tail-fin"

[features]
all = [
    "twitter",
    "reddit",
    "bloomberg",
    "coupang",
    "instagram",
    "xhs",
    "youtube",
    "grok",
    "sa",
    "s591",
    "gen",
    "pcc",
    "nansen",
    "spotify",
]
bloomberg = ["dep:tail-fin-bloomberg"]
coupang = ["dep:tail-fin-coupang"]
default = ["all"]
gen = ["dep:tail-fin-gen"]
grok = ["dep:tail-fin-grok"]
instagram = ["dep:tail-fin-instagram"]
nansen = ["dep:tail-fin-nansen"]
pcc = ["dep:tail-fin-pcc"]
reddit = ["dep:tail-fin-reddit"]
s591 = ["dep:tail-fin-591"]
sa = ["dep:tail-fin-sa"]
spotify = ["dep:tail-fin-spotify"]
twitter = ["dep:tail-fin-twitter"]
xhs = ["dep:tail-fin-xhs"]
youtube = ["dep:tail-fin-youtube"]

[[bin]]
name = "tail-fin"
path = "src/main.rs"

[[example]]
name = "debug_grok"
path = "examples/debug_grok.rs"

[[example]]
name = "debug_qid"
path = "examples/debug_qid.rs"

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

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

[dependencies.night-fury-cli-core]
version = "0.1"

[dependencies.night-fury-core]
version = "0.7.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.tail-fin-591]
version = "0.4.0"
optional = true

[dependencies.tail-fin-bloomberg]
version = "0.4.0"
optional = true

[dependencies.tail-fin-cli-core]
version = "0.4.0"

[dependencies.tail-fin-common]
version = "0.4.0"

[dependencies.tail-fin-coupang]
version = "0.4.0"
optional = true

[dependencies.tail-fin-gen]
version = "0.4.0"
optional = true

[dependencies.tail-fin-grok]
version = "0.4.0"
optional = true

[dependencies.tail-fin-instagram]
version = "0.4.0"
optional = true

[dependencies.tail-fin-nansen]
version = "0.4.0"
optional = true

[dependencies.tail-fin-pcc]
version = "0.4.0"
optional = true

[dependencies.tail-fin-reddit]
version = "0.4.0"
optional = true

[dependencies.tail-fin-sa]
version = "0.4.0"
features = ["http"]
optional = true

[dependencies.tail-fin-spotify]
version = "0.4.0"
optional = true

[dependencies.tail-fin-twitter]
version = "0.4.0"
features = ["http"]
optional = true

[dependencies.tail-fin-xhs]
version = "0.4.0"
optional = true

[dependencies.tail-fin-youtube]
version = "0.4.0"
optional = true

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]
default-features = false

[dependencies.url]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"