# 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" version = "0.0.15" authors = ["Jun Kurihara"] description = "Implementation of IETF RFC 9421 of http message signatures" homepage = "https://github.com/junkurihara/httpsig-rs" readme = "README.md" license = "MIT" repository = "https://github.com/junkurihara/httpsig-rs" [dependencies.base64] version = "0.22.0" [dependencies.bytes] version = "1.6.0" [dependencies.ecdsa] version = "0.16.9" features = ["arithmetic"] default-features = false [dependencies.ed25519-compact] version = "2.1.1" features = ["random"] default-features = false [dependencies.fxhash] version = "0.2.1" [dependencies.hmac] version = "0.12.1" [dependencies.indexmap] version = "2.2.6" [dependencies.p256] version = "0.13.2" features = [ "arithmetic", "ecdsa", ] default-features = false [dependencies.p384] version = "0.13.0" features = [ "arithmetic", "ecdsa", ] default-features = false [dependencies.pkcs8] version = "0.10.2" features = ["pem"] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.rustc-hash] version = "1.1.0" [dependencies.sec1] version = "0.7.3" features = ["der"] default-features = false [dependencies.sfv] version = "0.9.4" [dependencies.sha2] version = "0.10.8" default-features = false [dependencies.spki] version = "0.7.3" features = ["pem"] default-features = false [dependencies.thiserror] version = "1.0.58" [dependencies.tracing] version = "0.1.40"