roder-ext-chrome 0.1.1

Agentic software development tools and SDKs for Roder.
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 = "roder-ext-chrome"
version = "0.1.1"
authors = ["Pandelis Zembashis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agentic software development tools and SDKs for Roder."
readme = "README.md"
license = "MIT"
repository = "https://github.com/RoderAI/roder"

[package.metadata.roder.distribution]
id = "chrome"
category = "tool-provider"
display_name = "Chrome Browser Control"
description = "Inspect, control, debug, and record the user's live Chrome session through the Roder browser extension bridge."
default_in_profiles = ["full"]
required_env = []
optional_env = [
    "RODER_CHROME_LIVE",
    "RODER_CHROME_PROFILE_DIR",
]
conflicts_with = []
required_capabilities = [
    "network.web",
    "fs.readwrite.roder-home",
]
extension_path = "::ChromeExtension"
docs_url = "https://code.claude.com/docs/en/chrome"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.futures]
version = "0.3.32"

[dependencies.reqwest]
version = "0.13.3"
features = [
    "form",
    "http2",
    "json",
    "rustls",
    "system-proxy",
]
default-features = false

[dependencies.roder-api]
version = "0.1.0"

[dependencies.semver]
version = "1.0.28"

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

[dependencies.serde_json]
version = "1.0.149"
features = ["preserve_order"]

[dependencies.time]
version = "0.3.47"

[dependencies.tokio]
version = "1.52.3"
features = [
    "fs",
    "io-std",
    "io-util",
    "macros",
    "net",
    "process",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]
default-features = false

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

[dev-dependencies.uuid]
version = "1.23.1"
features = ["v4"]