fintag-rust 0.1.0

The official Rust SDK for FinTag, enabling secure Fintag verification and wallet access.
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"
name = "fintag-rust"
version = "0.1.0"
authors = ["FinTag <team@fintag.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The official Rust SDK for FinTag, enabling secure Fintag verification and wallet access."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/fintag-io/fintag-rust"

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

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"