# 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" rust-version = "1.56" name = "picnic-sys" version = "3.0.20" authors = ["Sebastian Ramacher "] description = "Declarations for using Picnic's shared library" homepage = "https://microsoft.github.io/Picnic/" readme = "README.md" categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/ait-crypto/picnic-bindings-rs" [dependencies.libpicnic-sys] version = "0.1" default-features = false [dependencies.zeroize] version = "1.0" optional = true default-features = false [features] default = [ "system", "static-fallback", "picnic", "picnic3", ] param-bindings = ["libpicnic-sys/param-bindings"] picnic = ["libpicnic-sys/picnic"] picnic3 = ["libpicnic-sys/picnic3"] static-fallback = ["libpicnic-sys/vendored"] system = ["libpicnic-sys/system"] unruh-transform = ["libpicnic-sys/unruh-transform"]