[dependencies.ed25519-dalek]
features = ["pkcs8"]
version = "2.1.1"
[dependencies.indexmap]
version = "2.0"
[dependencies.sfv]
version = "0.13.0"
[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.0.2"