browsertap-shared 0.1.0

Shared types, token system, and protocol definitions for browsertap
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 = "browsertap-shared"
version = "0.1.0"
authors = ["Justin Huang <justinhuangcode@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types, token system, and protocol definitions for browsertap"
homepage = "https://github.com/justinhuangcode/browsertap"
readme = "README.md"
keywords = [
    "browser",
    "automation",
    "cli",
    "ai-agent",
    "devtools",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/justinhuangcode/browsertap"
resolver = "2"

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.hmac]
version = "0.12"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.tokio]
version = "1"
features = ["full"]