chrome-cli 1.0.0

A CLI tool for browser automation via the Chrome DevTools Protocol
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 = "chrome-cli"
version = "1.0.0"
authors = ["Nunley Media Group"]
build = false
exclude = [
    ".claude/",
    ".github/",
    "docs/",
    "examples/",
    "tests/",
    "sdlc-config.json",
    "VERSION",
    "CHANGELOG.md",
    "rust-toolchain.toml",
    "rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool for browser automation via the Chrome DevTools Protocol"
readme = "README.md"
keywords = [
    "chrome",
    "cdp",
    "browser",
    "automation",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Nunley-Media-Group/chrome-cli"

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

[[bin]]
name = "chrome-cli"
path = "src/main.rs"

[dependencies.base64]
version = "0.22"

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

[dependencies.clap_complete]
version = "4"

[dependencies.clap_mangen]
version = "0.2"

[dependencies.dirs]
version = "6"

[dependencies.futures-util]
version = "0.3"

[dependencies.libc]
version = "0.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "time",
    "sync",
    "net",
    "signal",
]

[dependencies.tokio-tungstenite]
version = "0.26"

[dependencies.toml]
version = "0.8"

[dev-dependencies.cucumber]
version = "0.21"

[dev-dependencies.futures]
version = "0.3"

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

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

[dev-dependencies.serde_yaml]
version = "0.9"

[lints.clippy]
all = "deny"
pedantic = "warn"