briefcase-wasm 2.0.8

WebAssembly bindings for Briefcase AI
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 = "briefcase-wasm"
version = "2.0.8"
authors = ["Briefcase AI Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebAssembly bindings for Briefcase AI"
readme = "README.md"
keywords = [
    "ai",
    "observability",
    "replay",
    "webassembly",
    "wasm",
]
categories = [
    "development-tools",
    "science",
    "web-programming",
]
license = "GPL-3.0"
repository = "https://github.com/briefcasebrain/briefcase-ai-core"

[features]
console_error_panic_hook = ["dep:console_error_panic_hook"]
default = ["console_error_panic_hook"]

[lib]
name = "briefcase_wasm"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.briefcase-core]
version = "2.0.8"
features = ["sync-only"]
default-features = false

[dependencies.console_error_panic_hook]
version = "0.1"
optional = true

[dependencies.getrandom]
version = "0.2"
features = ["js"]

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

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.serde-wasm-bindgen]
version = "0.6"

[dependencies.serde_json]
version = "1.0"

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "serde",
    "js",
]

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

[dependencies.wasm-bindgen-futures]
version = "0.4"

[dependencies.web-sys]
version = "0.3"
features = [
    "console",
    "Performance",
    "Window",
]