browsertap-cli 0.1.0

CLI for browsertap - tap into your live browser from the command line
# 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 = "browsertap-cli"
version = "0.1.0"
authors = ["Justin Huang <justinhuangcode@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for browsertap - tap into your live browser from the command line"
homepage = "https://github.com/justinhuangcode/browsertap"
readme = "README.md"
keywords = [
    "browser",
    "automation",
    "cli",
    "ai-agent",
    "devtools",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/justinhuangcode/browsertap"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.browsertap-shared]
version = "0.1.0"

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

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

[dependencies.figment]
version = "0.10"
features = [
    "toml",
    "env",
]

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

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

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