# 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 = "reclaim-rust-sdk" version = "0.1.0" authors = ["Reclaim Engineering "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust SDK for Reclaim Protocol" documentation = "https://docs.reclaimprotocol.org/" readme = "README.md" keywords = [ "reclaim", "blockchain", "verification", "proof", ] categories = [ "cryptography", "authentication", ] license = "MIT" repository = "https://github.com/reclaimprotocol/reclaim-rust-sdk" [lib] name = "reclaim_rust_sdk" path = "src/lib.rs" [[example]] name = "basic_usage" path = "examples/basic_usage.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.ethers] version = "2.0" features = ["rustls"] [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.rustc-hex] version = "2.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1.0" features = [ "full", "macros", ] [dependencies.url] version = "2.4" [dependencies.web3] version = "0.19.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.0" features = ["full"]