signv4 1.0.0

AWS Signature Version 4 implementation for Rust
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "signv4"
version = "1.0.0"
authors = ["Julius Foitzik <info@accountr.eu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AWS Signature Version 4 implementation for Rust"
homepage = "https://codeberg.org/daemonfire/signv4"
readme = "README.md"
keywords = [
    "aws",
    "signature",
    "s3",
    "authentication",
    "sigv4",
]
categories = [
    "authentication",
    "cryptography",
]
license = "MIT"
repository = "https://codeberg.org/daemonfire/signv4"

[lib]
name = "signv4"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.percent-encoding]
version = "2.3"

[dependencies.sha2]
version = "0.10"

[dependencies.url]
version = "2.5"