blitzar-sys 1.115.2

Rust bindings for the Blitzar library
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 = "blitzar-sys"
version = "1.115.2"
build = "build.rs"
exclude = [
    "**/.gitignore",
    ".gitignore",
    "/target",
    "/Cargo.lock",
    "*.so*",
]
include = [
    "/src",
    "build.rs",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for the Blitzar library"
documentation = "https://docs.rs/blitzar-sys"
readme = "README.md"
keywords = [
    "gpu-cryptography",
    "gpu-crypto",
    "gpu-ristretto",
    "gpu-curve25519",
    "gpu-ristretto255",
]
license = "Apache-2.0"
repository = "https://github.com/spaceandtimefdn/blitzar"

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

[dependencies]

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