# 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 = "picnic-bindings" version = "0.6.0" authors = ["Sebastian Ramacher "] description = "Bindings for the Picnic digital signature scheme" homepage = "https://microsoft.github.io/Picnic/" readme = "README.md" keywords = [ "signatures", "Picnic", ] categories = [ "cryptography", "api-bindings", "no-std", ] license = "MIT" repository = "https://github.com/ait-crypto/picnic-bindings-rs" [package.metadata.docs.rs] all-features = true [dependencies.libpicnic-sys] version = "0.1" default-features = false [dependencies.paste] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.serde_bytes] version = "0.11" features = ["alloc"] optional = true default-features = false [dependencies.signature] version = "2.0" default-features = false [dependencies.subtle] version = "2.4" optional = true default-features = false [dependencies.zeroize] version = "1.5" features = ["derive"] optional = true default-features = false [dev-dependencies.generic-tests] version = "0.1" [dev-dependencies.serde-bytes-repr] version = "0.1" [dev-dependencies.serde_json] version = "1.0" [features] default = [ "std", "system", "static-fallback", "picnic", "picnic3", ] picnic = ["libpicnic-sys/picnic"] picnic3 = ["libpicnic-sys/picnic3"] serialization = [ "dep:serde", "dep:serde_bytes", ] static-fallback = ["libpicnic-sys/vendored"] std = ["signature/std"] system = ["libpicnic-sys/system"] unruh-transform = ["libpicnic-sys/unruh-transform"] zeroize = ["dep:zeroize"]