[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"