extrapaytr-crypto 0.1.1

Digest, HMAC, constant-time comparison and at-rest sealing helpers for ExtraPayTR
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 = "extrapaytr-crypto"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Digest, HMAC, constant-time comparison and at-rest sealing helpers for ExtraPayTR"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/emrebe06/extrapaytr"
resolver = "2"

[features]
default = []
sealing = ["dep:aes-gcm"]

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

[dependencies.aes-gcm]
version = "0.11"
optional = true

[dependencies.base64]
version = "0.22"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "1"

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
panic = "deny"
print_stderr = "warn"
print_stdout = "warn"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"