# 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 = "2021" name = "sigh" version = "1.0.3" authors = ["Astro "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HTTP signature generation and verification for ActivityPub, using OpenSSL" documentation = "https://docs.rs/sigh" readme = "README.md" keywords = [ "http", "signatures", "activitypub", ] categories = [ "cryptography", "network-programming", ] license = "MIT" repository = "https://github.com/astro/sigh" [lib] name = "sigh" path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.http] version = "1" [dependencies.nom] version = "7" [dependencies.openssl] version = "0.10" [dependencies.thiserror] version = "2"