[package] name = "sigh" description = "HTTP signature generation and verification for ActivityPub, using OpenSSL" version = "1.0.3" edition = "2021" categories = ["cryptography", "network-programming"] keywords = ["http", "signatures", "activitypub"] license = "MIT" authors = ["Astro "] repository = "https://github.com/astro/sigh" documentation = "https://docs.rs/sigh" [dependencies] http = "1" nom = "7" openssl = "0.10" base64 = "0.22" thiserror = "2"