workflow-chrome 0.19.0

Chrome WASM API bindings.
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 = "workflow-chrome"
version = "0.19.0"
authors = ["WORKFLOW-RS developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Chrome WASM API bindings.
"""
readme = false
keywords = ["chrome"]
categories = [
    "wasm",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/workflow-rs/workflow-rs"
resolver = "2"

[lib]
name = "workflow_chrome"
path = "src/lib.rs"
doctest = false

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.chrome-sys]
version = "0.2.0"

[dependencies.js-sys]
version = "0.3.77"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.wasm-bindgen]
version = "0.2.100"

[dependencies.workflow-core]
version = "0.19.0"
default-features = false

[dependencies.workflow-log]
version = "0.19.0"
default-features = false