# 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" rust-version = "1.75.0" name = "httpsig-hyper" version = "0.0.16" authors = ["Jun Kurihara"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hyper extension for http message signatures (RFC9421)" homepage = "https://github.com/junkurihara/httpsig-rs" readme = "README.md" license = "MIT" repository = "https://github.com/junkurihara/httpsig-rs" [lib] name = "httpsig_hyper" path = "src/lib.rs" [[example]] name = "hyper-request" path = "examples/hyper-request.rs" [[example]] name = "hyper-response" path = "examples/hyper-response.rs" [dependencies.base64] version = "0.22.1" [dependencies.bytes] version = "1.7.1" [dependencies.futures] version = "0.3.30" features = [ "std", "async-await", ] default-features = false [dependencies.http] version = "1.1.0" [dependencies.http-body] version = "1.0.1" [dependencies.http-body-util] version = "0.1.2" [dependencies.httpsig] version = "0.0.16" [dependencies.indexmap] version = "2.4.0" [dependencies.sfv] version = "0.9.4" [dependencies.sha2] version = "0.10.8" default-features = false [dependencies.thiserror] version = "1.0.63" [dependencies.tracing] version = "0.1.40" [dev-dependencies.tokio] version = "1.39.3" features = [ "macros", "rt-multi-thread", ] default-features = false