agentos-sidecar-browser 0.2.7

Browser Agent OS sidecar wrapper
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 = "2021"
name = "agentos-sidecar-browser"
version = "0.2.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Browser Agent OS sidecar wrapper"
readme = false
license = "Apache-2.0"
repository = "https://github.com/rivet-dev/agent-os"

[lib]
name = "agentos_sidecar_browser"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.agentos-bridge]
version = "0.2.7"

[dependencies.agentos-native-sidecar-browser]
version = "0.2.7"

[dependencies.agentos-protocol]
version = "0.2.7"

[dependencies.agentos-sidecar-core]
version = "0.2.7"

[dev-dependencies.serde_bare]
version = "0.5"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2"
features = ["js"]

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"