walletkit 0.3.7

Reference implementation for World ID clients.
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 = "2021"
rust-version = "1.91"
name = "walletkit"
version = "0.3.7"
authors = ["World Contributors"]
build = false
exclude = [
    "tests/",
    "uniffi-bindgen/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reference implementation for World ID clients."
homepage = "https://docs.world.org"
readme = "README.md"
keywords = [
    "ZKP",
    "WorldID",
    "World",
    "Identity",
    "Semaphore",
]
categories = [
    "api-bindings",
    "cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/worldcoin/walletkit"

[package.metadata.docs.rs]
no-default-features = true

[features]
default = ["semaphore"]
semaphore = ["walletkit-core/semaphore"]
v4 = ["walletkit-core/v4"]

[lib]
name = "walletkit"
crate-type = [
    "lib",
    "staticlib",
    "cdylib",
]
path = "src/lib.rs"

[dependencies.uniffi]
version = "0.29"
features = [
    "build",
    "tokio",
    "build",
    "tokio",
]

[dependencies.walletkit-core]
version = "0.3.7"
features = [
    "legacy-nullifiers",
    "common-apps",
]
default-features = false