[dependencies.alloy]
features = ["full"]
version = "1.0.24"
[dependencies.base64]
version = "0.22"
[dependencies.blsful]
default-features = false
features = ["rust"]
version = "2.5.7"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.dashmap]
version = "6.0"
[dependencies.dotenv]
version = "0.15"
[dependencies.ed25519-dalek]
version = "2.1"
[dependencies.elliptic-curve]
version = "0.13"
[dependencies.ethabi]
version = "18.0.0"
[dependencies.eyre]
version = "0.6.12"
[dependencies.futures]
version = "0.3"
[dependencies.hex]
version = "0.4"
[dependencies.k256]
features = ["serde", "ecdsa", "arithmetic"]
version = "0.13"
[dependencies.rand]
version = "0.8"
[dependencies.reqwest]
features = ["json"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_bare]
version = "0.5.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.siwe]
version = "0.5"
[dependencies.siwe-recap]
version = "0.2.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["full"]
version = "1.40"
[dependencies.tracing]
version = "0.1"
[dependencies.url]
version = "2.5"
[dev-dependencies.tokio-test]
version = "0.4"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[lib]
name = "lit_rust_sdk"
path = "src/lib.rs"
[package]
authors = ["Lit Protocol"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "authentication", "web-programming"]
description = "Native Rust SDK for Lit Protocol - distributed key management and programmable signing"
documentation = "https://docs.rs/lit-rust-sdk"
edition = "2021"
homepage = "https://litprotocol.com"
keywords = ["lit", "protocol", "pkp", "signing", "distributed"]
license = "MIT OR Apache-2.0"
name = "lit-rust-sdk"
readme = "README.md"
repository = "https://github.com/LIT-Protocol/lit-rust-sdk"
version = "0.4.0"
[[test]]
name = "connect_test"
path = "tests/connect_test.rs"
[[test]]
name = "decrypt_client_side"
path = "tests/decrypt_client_side.rs"
[[test]]
name = "encrypt_test"
path = "tests/encrypt_test.rs"
[[test]]
name = "execute_js_test"
path = "tests/execute_js_test.rs"
[[test]]
name = "hash_test"
path = "tests/hash_test.rs"
[[test]]
name = "local_session_sigs_test"
path = "tests/local_session_sigs_test.rs"
[[test]]
name = "mint_pkp_test"
path = "tests/mint_pkp_test.rs"
[[test]]
name = "mint_rate_limit_nft_test"
path = "tests/mint_rate_limit_nft_test.rs"
[[test]]
name = "pkp_session_sigs_test"
path = "tests/pkp_session_sigs_test.rs"