# 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.89.0" exclude = [ "**/.gitignore", ".gitignore", "/target", "/Cargo.lock", "*.so*", ] include = [ "/src", "build.rs", "Cargo.toml", ] 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/spaceandtimelabs/blitzar" [dependencies] [build-dependencies.reqwest] version = "0.11.18" features = [ "blocking", "rustls-tls", ] default-features = false