world-id-authenticator 0.6.0

World ID Credential crate
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 = "2024"
rust-version = "1.87"
name = "world-id-authenticator"
version = "0.6.0"
authors = [
    "World Foundation",
    "TACEO GmbH <hello@taceo.io>",
    "Tools for Humanity",
]
build = false
include = [
    "src/**/*",
    "tests/**/*",
    "abi/*",
    "Cargo.toml",
    "README.md",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "World ID Credential crate"
homepage = "https://docs.world.org/world-id"
readme = "README.md"
license = "MIT"
repository = "https://github.com/worldcoin/world-id-protocol"
resolver = "2"

[features]
default = ["embed-zkeys"]
embed-zkeys = ["world-id-proof/embed-zkeys"]

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

[dependencies.alloy]
version = "1.7.3"
features = [
    "sol-types",
    "json",
    "network",
    "providers",
    "contract",
    "reqwest",
]
default-features = false

[dependencies.anyhow]
version = "1"

[dependencies.ark-babyjubjub]
version = "0.5"
package = "taceo-ark-babyjubjub"

[dependencies.ark-serialize]
version = "0.5"

[dependencies.backon]
version = "1"

[dependencies.eddsa-babyjubjub]
version = "0.5.4"
package = "taceo-eddsa-babyjubjub"

[dependencies.eyre]
version = "0.6"

[dependencies.groth16-material]
version = "0.2.3"
default-features = false
package = "taceo-groth16-material"

[dependencies.poseidon2]
version = "0.2"
package = "taceo-poseidon2"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "json",
]
default-features = false

[dependencies.ruint]
version = "1.17"
features = ["ark-ff-05"]

[dependencies.secrecy]
version = "0.10"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1"

[dependencies.taceo-oprf]
version = "0.8"
features = ["client"]
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["macros"]
default-features = false

[dependencies.world-id-primitives]
version = "0.6.0"
default-features = false

[dependencies.world-id-proof]
version = "0.6.0"

[dev-dependencies.backon]
version = "1"

[dev-dependencies.mockito]
version = "1"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.ruint]
version = "1.17"
features = ["ark-ff-05"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.alloy]
version = "1.7.3"
features = ["reqwest-rustls-tls"]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "rustls-tls",
]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rustls]
version = "0.23"
features = ["ring"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.webpki-roots]
version = "1.0"