tail-fin-cli 0.1.0

Multi-site browser automation CLI — Twitter, YouTube, Instagram, SeekingAlpha, and more
# 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"
name = "tail-fin-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-site browser automation CLI — Twitter, YouTube, Instagram, SeekingAlpha, and more"
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"

[[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"

[dependencies.chrono]
version = "0.4"

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tail-fin-591]
version = "0.1.0"

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

[dependencies.tail-fin-gen]
version = "0.1.0"

[dependencies.tail-fin-grok]
version = "0.1.0"

[dependencies.tail-fin-instagram]
version = "0.1.0"

[dependencies.tail-fin-sa]
version = "0.1.0"
features = ["http"]

[dependencies.tail-fin-twitter]
version = "0.1.0"
features = ["http"]

[dependencies.tail-fin-xhs]
version = "0.1.0"

[dependencies.tail-fin-youtube]
version = "0.1.0"

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

[dependencies.url]
version = "2"