signedby-sdk 0.1.0

SignedByMe SDK - Self-signing digital signatures with zero-knowledge proofs
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"
name = "signedby-sdk"
version = "0.1.0"
authors = ["Privacy Lion <contact@privacy-lion.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SignedByMe SDK - Self-signing digital signatures with zero-knowledge proofs"
documentation = "https://docs.signedbyme.com"
readme = "README.md"
keywords = [
    "identity",
    "zkp",
    "groth16",
    "nostr",
    "bitcoin",
]
categories = [
    "authentication",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/PrivacyLion/SignedByMe"

[features]
default = ["oidc"]
oidc = [
    "reqwest",
    "tokio",
]

[lib]
name = "signedby_sdk"
crate-type = ["lib"]
path = "src/lib.rs"

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

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

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

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

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

[dependencies.ark-snark]
version = "0.4.0"

[dependencies.ark-std]
version = "0.4.0"

[dependencies.base64]
version = "0.21"

[dependencies.bech32]
version = "0.11"

[dependencies.hex]
version = "0.4"

[dependencies.jsonwebtoken]
version = "9"

[dependencies.k256]
version = "0.13"
features = ["ecdsa"]

[dependencies.num-bigint]
version = "0.4"

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

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.time]
version = "=0.3.36"

[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]
optional = true

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]