# 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.60" name = "libpicnic-sys" version = "0.1.0+3.0.18" authors = ["Sebastian Ramacher "] links = "picnic" 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" [package.metadata.docs.rs] all-features = true [dependencies.libc] version = "0.2" default-features = false [dependencies.paste] version = "1" optional = true [dev-dependencies.hex] version = "0.4" features = ["alloc"] default-features = false [build-dependencies.cc] version = "1" features = ["parallel"] optional = true [build-dependencies.pkg-config] version = "0.3" optional = true [features] default = [ "system", "vendored", "picnic", "picnic3", ] param-bindings = ["dep:paste"] picnic = [] picnic3 = [] system = ["dep:pkg-config"] unruh-transform = ["picnic"] vendored = ["dep:cc"]