[package]
edition = "2021"
rust-version = "1.88.0"
name = "browser-automation-cli"
version = "0.1.4"
authors = ["Danilo Aguiar <daniloaguiarbr@proton.me>"]
build = "build.rs"
exclude = [
".github/",
"base_conhecimento_chrome-devtools-mcp-main/",
"docs_prd/",
"docs_rules/",
"/gaps.md",
".enrich-queue.sqlite",
".enrich-queue.sqlite-*",
"/AGENTS.md",
"/CLAUDE.md",
"/MEMORY.md",
"graphrag.sqlite",
"graphrag.sqlite-*",
"graphrag*",
".serena/",
".claude/",
".vscode/",
"logs/",
"memory/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "One-shot browser automation CLI for AI agents via Chrome CDP. BORN EXECUTE FINALIZE DIE. No daemon, no npm, no telemetry."
homepage = "https://github.com/danilo-aguiar-br/browser-automation-cli"
documentation = "https://docs.rs/browser-automation-cli"
readme = "README.md"
keywords = [
"browser",
"automation",
"ai",
"cdp",
"chrome",
]
categories = [
"command-line-utilities",
"web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/danilo-aguiar-br/browser-automation-cli"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-apple-darwin",
"aarch64-apple-darwin",
"x86_64-pc-windows-msvc",
"aarch64-unknown-linux-musl",
]
rustdoc-args = [
"--cfg",
"docsrs",
"--generate-link-to-definition",
]
[lib]
name = "browser_automation_cli"
path = "src/lib.rs"
[[bin]]
name = "browser-automation-cli"
path = "src/main.rs"
[[test]]
name = "clap_command_debug_assert"
path = "tests/clap_command_debug_assert.rs"
[[test]]
name = "cold_start"
path = "tests/cold_start.rs"
[[test]]
name = "devtools_envelope_behavior"
path = "tests/devtools_envelope_behavior.rs"
[[test]]
name = "doctor_cli"
path = "tests/doctor_cli.rs"
[[test]]
name = "e2e_cdp_events"
path = "tests/e2e_cdp_events.rs"
[[test]]
name = "envelope_schema"
path = "tests/envelope_schema.rs"
[[test]]
name = "golden_i18n"
path = "tests/golden_i18n.rs"
[[test]]
name = "goto_smoke"
path = "tests/goto_smoke.rs"
[[test]]
name = "parity_inventory"
path = "tests/parity_inventory.rs"
[[test]]
name = "parity_matrix"
path = "tests/parity_matrix.rs"
[[test]]
name = "parity_run_inventory"
path = "tests/parity_run_inventory.rs"
[[test]]
name = "parity_toolref_schema"
path = "tests/parity_toolref_schema.rs"
[[test]]
name = "pipe_broken"
path = "tests/pipe_broken.rs"
[[test]]
name = "proptest_parsers"
path = "tests/proptest_parsers.rs"
[[test]]
name = "residual_one_shot"
path = "tests/residual_one_shot.rs"
[[test]]
name = "robots_http"
path = "tests/robots_http.rs"
[dependencies.aes-gcm]
version = "0.10"
[dependencies.aquamarine]
version = "0.6"
[dependencies.async-trait]
version = "0.1"
[dependencies.base64]
version = "0.22"
[dependencies.calamine]
version = "0.26"
[dependencies.chromiumoxide]
version = "0.9.1"
[dependencies.chrono]
version = "0.4"
[dependencies.clap]
version = "4"
features = [
"derive",
"wrap_help",
"string",
"cargo",
"color",
"suggestions",
]
[dependencies.clap_complete]
version = "4"
[dependencies.csv]
version = "1.3"
[dependencies.directories]
version = "5"
[dependencies.dirs]
version = "5.0"
[dependencies.futures]
version = "0.3"
[dependencies.futures-util]
version = "0.3"
[dependencies.getrandom]
version = "0.2"
[dependencies.hex]
version = "0.4"
[dependencies.hmac]
version = "0.12"
[dependencies.hudsucker]
version = "0.25.0"
[dependencies.human-panic]
version = "2"
[dependencies.ignore]
version = "0.4"
[dependencies.image]
version = "0.25"
[dependencies.indexmap]
version = "2"
features = ["serde"]
[dependencies.lopdf]
version = "0.34"
[dependencies.petgraph]
version = "0.7"
[dependencies.qrcode]
version = "0.14"
[dependencies.rcgen]
version = "0.14.8"
[dependencies.regex]
version = "1"
[dependencies.reqwest]
version = "0.12"
features = [
"json",
"rustls-tls-webpki-roots",
"stream",
"blocking",
]
default-features = false
[dependencies.robotstxt]
version = "0.3"
[dependencies.rqrr]
version = "0.9"
[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]
[dependencies.rust_xlsxwriter]
version = "0.79"
[dependencies.scraper]
version = "0.22"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.similar]
version = "2"
[dependencies.socket2]
version = "0.6"
[dependencies.thiserror]
version = "2"
[dependencies.time]
version = "0.3"
features = ["formatting"]
[dependencies.tokio]
version = "1"
features = [
"rt-multi-thread",
"macros",
"net",
"io-util",
"time",
"sync",
"signal",
"process",
]
[dependencies.tokio-util]
version = "0.7"
features = ["rt"]
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-appender]
version = "0.2"
[dependencies.tracing-subscriber]
version = "0.3"
features = [
"env-filter",
"fmt",
]
[dependencies.url]
version = "2"
[dependencies.urlencoding]
version = "2"
[dependencies.uuid]
version = "1"
features = ["v4"]
[dependencies.zip]
version = "8.2.0"
features = ["deflate"]
default-features = false
[dev-dependencies.assert_cmd]
version = "2"
[dev-dependencies.predicates]
version = "3"
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.tempfile]
version = "3"
[build-dependencies.serde]
version = "1.0"
features = ["derive"]
[build-dependencies.serde_json]
version = "1.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.windows-sys]
version = "0.52"
features = [
"Win32_System_Threading",
"Win32_Foundation",
]
[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true