privy 0.10.0

Privy auth and transaction sending in 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 = "2021"
name = "privy"
version = "0.10.0"
authors = ["piotrostr"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Privy auth and transaction sending in Rust"
readme = false
license = "MIT"

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

[dependencies.anyhow]
version = "1.0.95"

[dependencies.base64]
version = "0.22.1"

[dependencies.jsonwebtoken]
version = "9.3.0"

[dependencies.reqwest]
version = "0.12.12"
features = ["json"]

[dependencies.serde]
version = "1.0.217"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.138"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"

[dev-dependencies.dotenv]
version = "0.15.0"

[dev-dependencies.tokio]
version = "1.43.0"
features = ["full"]