# 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 = "idkit" version = "0.1.2" authors = ["Miguel Piedrafita "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust toolkit to interact with the World ID protocol." readme = "README.md" license = "MIT" repository = "https://github.com/worldcoin/idkit-rs" [lib] name = "idkit" path = "src/lib.rs" [[example]] name = "flow" path = "examples/flow.rs" [dependencies.alloy-sol-types] version = "0.8.0" [dependencies.base64] version = "0.21.7" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.ring] version = "0.17.8" [dependencies.ruint] version = "1.11.1" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.thiserror] version = "1.0.63" [dependencies.tiny-keccak] version = "2.0.2" [dependencies.url] version = "2.5.2" [dependencies.urlencoding] version = "2.1.3" [dependencies.uuid] version = "1.10.0" features = [ "v4", "serde", ] [dev-dependencies.console] version = "0.15.8" [dev-dependencies.indicatif] version = "0.17.8" [dev-dependencies.qrcode] version = "0.14.1" default-features = false [dev-dependencies.tokio] version = "1.39.3" features = [ "macros", "rt", "rt-multi-thread", ]