playwright-rs-trace 0.1.2

Parser for Playwright trace zip files (format v8)
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"
rust-version = "1.88"
name = "playwright-rs-trace"
version = "0.1.2"
authors = ["Paul Adamson"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for Playwright trace zip files (format v8)"
readme = "README.md"
keywords = [
    "playwright",
    "trace",
    "parser",
    "viewer",
]
categories = [
    "development-tools::testing",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/padamson/playwright-rust"
resolver = "2"

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

[[test]]
name = "parse_fixture"
path = "tests/parse_fixture.rs"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.zip]
version = "8"
features = ["deflate"]
default-features = false