# 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.66" name = "pqcrypto-picnic" version = "0.2.0" authors = ["Sebastian Ramacher "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Picnic implementation for `pqcrypto`" homepage = "https://microsoft.github.io/Picnic/" readme = "README.md" keywords = [ "signatures", "picnic", ] categories = [ "cryptography", "no-std", ] license = "MIT" repository = "https://github.com/ait-crypto/pqcrypto-picnic" [package.metadata.docs.rs] all-features = true [lib] name = "pqcrypto_picnic" path = "src/lib.rs" [dependencies.paste] version = "1" [dependencies.picnic-bindings] version = "0.6.0" default-features = false [dependencies.pqcrypto-traits] version = "0.3.4" default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true default-features = false package = "serde" [dependencies.serde_bytes] version = "0.11" features = ["alloc"] optional = true default-features = false [dependencies.zeroize] version = "1.5" features = ["derive"] optional = true default-features = false [dev-dependencies.serde-bytes-repr] version = "0.2" [dev-dependencies.serde_json] version = "1.0" [features] default = [ "std", "system", "static-fallback", "picnic", "picnic3", ] picnic = ["picnic-bindings/picnic"] picnic3 = ["picnic-bindings/picnic3"] serialization = [ "picnic-bindings/serialization", "dep:serde", "dep:serde_bytes", ] static-fallback = ["picnic-bindings/static-fallback"] std = [ "picnic-bindings/std", "pqcrypto-traits/std", ] system = ["picnic-bindings/system"] unruh-transform = ["picnic-bindings/unruh-transform"] zeroize = [ "dep:zeroize", "picnic-bindings/zeroize", ]