signedby-sdk 1.0.0

SIGNEDBYME SDK - Human-Controlled Identity for Autonomous Agents
# 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 = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SIGNEDBYME SDK - Human-Controlled Identity for Autonomous Agents"
homepage = "https://signedbyme.com"
documentation = "https://signedbyme.com/docs/sdk-quickstart.html"
readme = "README.md"
keywords = [
    "identity",
    "zk-proofs",
    "nostr",
    "bitcoin",
    "authentication",
]
categories = [
    "authentication",
    "cryptography",
]
license = "LicenseRef-SSAL-1.0"
repository = "https://github.com/SIGNEDBYME-APP/SIGNEDBYME"

[features]
default = []

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

[dependencies.anyhow]
version = "1"

[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.bitcoin]
version = "0.31"
features = ["rand-std"]

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.dirs]
version = "5"

[dependencies.getrandom]
version = "0.2"

[dependencies.hex]
version = "0.4"

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

[dependencies.keyring]
version = "2"

[dependencies.libc]
version = "0.2"

[dependencies.nostr-sdk]
version = "0.35.0"

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

[dependencies.nwc]
version = "0.35.0"

[dependencies.once_cell]
version = "1.18"

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]

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

[dependencies.secp256k1]
version = "0.28"
features = [
    "rand-std",
    "global-context",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

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

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

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1