proofsheet-core 0.1.14

Core driver for proofsheet: CDP browser control, deterministic capture, receipts.
Documentation
[package]
name = "proofsheet-core"
description = "Core driver for proofsheet: CDP browser control, deterministic capture, receipts."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
readme = "README.md"
repository.workspace = true
homepage.workspace = true
authors.workspace = true
# Explicit: the preset table is compiled in with include_str!, so it must be
# part of the published crate. Being explicit also keeps stray files out.
include = ["src/**/*", "presets/devices.json", "README.md"]

[dependencies]
serde.workspace = true
serde_json.workspace = true
base64.workspace = true
sha1.workspace = true
sha2.workspace = true
getrandom.workspace = true
thiserror.workspace = true