world-id-proof 0.6.0

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

[features]
compress-zkeys = [
    "embed-zkeys",
    "dep:ark-serialize",
    "dep:circom-types",
]
default = ["embed-zkeys"]
embed-zkeys = ["dep:tar"]
zstd-compress-zkeys = [
    "embed-zkeys",
    "dep:zstd",
]

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

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

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

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

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

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

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

[dependencies.circom-types]
version = "0.2"
features = [
    "bn254",
    "groth16",
    "zkey",
]
optional = true
default-features = false
package = "taceo-circom-types"

[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.serde]
version = "1"
features = ["derive"]

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

[dependencies.tar]
version = "0.4"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

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

[dependencies.zeroize]
version = "1"

[dependencies.zstd]
version = "0.13"
optional = true

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

[build-dependencies.circom-types]
version = "0.2"
features = [
    "bn254",
    "groth16",
    "zkey",
]
default-features = false
package = "taceo-circom-types"

[build-dependencies.eyre]
version = "0.6"

[build-dependencies.rayon]
version = "1.11"

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

[build-dependencies.tar]
version = "0.4"

[build-dependencies.zstd]
version = "0.13"