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