blitzar-sys 1.23.0

Rust bindings for the Blitzar library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-dependencies.reqwest]
default-features = false
features = ["blocking", "rustls-tls"]
version = "0.11.18"

[dependencies]

[package]
description = "Rust bindings for the Blitzar library"
edition = "2021"
exclude = ["**/.gitignore", ".gitignore", "/target", "/Cargo.lock", "*.so*"]
include = ["/src", "build.rs", "Cargo.toml"]
keywords = ["gpu-cryptography", "gpu-crypto", "gpu-ristretto", "gpu-curve25519", "gpu-ristretto255"]
license = "Apache-2.0"
name = "blitzar-sys"
readme = "README.md"
repository = "https://github.com/spaceandtimelabs/blitzar"
version = "1.23.0"