emit_web 0.2.2

Instrument Web-based applications using emit.
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 = "emit_web"
version = "0.2.2"
authors = ["emit contributors"]
build = false
exclude = ["asset"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Instrument Web-based applications using emit."
readme = "README.md"
keywords = [
    "observability",
    "wasm",
    "web",
]
categories = ["development-tools::debugging"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/emit-rs/emit_web"

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

[dependencies.emit]
version = "1"
features = ["serde"]
default-features = false

[dependencies.js-sys]
version = "0.3"
default-features = false

[dependencies.serde]
version = "1"
default-features = false

[dependencies.wasm-bindgen]
version = "0.2"
default-features = false

[dev-dependencies.emit]
version = "1"
features = ["serde"]

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

[dev-dependencies.wasm-bindgen-test]
version = "0.3"