[dependencies.base64]
version = "0.22.1"
[dependencies.data-url]
version = "0.3.1"
[dependencies.ed25519-dalek]
features = ["pkcs8"]
version = "2.1.1"
[dependencies.indexmap]
version = "2.0"
[dependencies.regex]
version = "1.12.2"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.sfv]
version = "0.13.0"
[dependencies.sha2]
version = "0.10.9"
[dependencies.time]
version = "0.3.44"
[lib]
name = "web_bot_auth"
path = "src/lib.rs"
[package]
authors = ["Akshat Mahajan <akshat@cloudflare.com>", "Gauri Baraskar <gbaraskar@cloudflare.com>", "Armando Faz <armfazh@cloudflare.com>", "Thibault Meunier <thibault@cloudflare.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "Web Bot Authentication using HTTP Message Signatures"
edition = "2024"
homepage = "https://github.com/cloudflare/web-bot-auth"
keywords = ["web-bot-auth", "http-signatures", "message-signatures", "rfc9421", "cryptography"]
license = "Apache-2.0"
name = "web-bot-auth"
readme = "README.md"
repository = "https://github.com/cloudflare/web-bot-auth"
resolver = "2"
version = "0.6.0"
[target.'cfg(target_arch = "wasm32")'.dependencies.time]
features = ["wasm-bindgen"]
version = "0.3.44"