# 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 = "zk-citadel" version = "0.14.0" description = "Implementation of Citadel, a SSI system integrated in Dusk Network." readme = "README.md" keywords = [ "cryptography", "self-sovereign", "identity", "zk-snarks", "zero-knowledge", ] categories = [ "cryptography", "authentication", "mathematics", "science", ] license = "MPL-2.0" repository = "https://github.com/dusk-network/citadel" [[bench]] name = "citadel" harness = false [dependencies.bytecheck] version = "0.6" default-features = false [dependencies.dusk-bls12_381] version = "0.13" features = [ "rkyv-impl", "alloc", ] default-features = false [dependencies.dusk-bytes] version = "0.1" [dependencies.dusk-jubjub] version = "0.14" features = [ "rkyv-impl", "alloc", ] default-features = false [dependencies.dusk-plonk] version = "0.20" features = [ "rkyv-impl", "alloc", ] default-features = false [dependencies.dusk-poseidon] version = "0.40" features = ["zk"] [dependencies.ff] version = "0.13" default-features = false [dependencies.jubjub-schnorr] version = "0.5" features = [ "zk", "rkyv-impl", "alloc", ] [dependencies.phoenix-core] version = "0.32" features = [ "rkyv-impl", "alloc", ] [dependencies.poseidon-merkle] version = "0.7" features = [ "rkyv-impl", "zk", "size_32", ] [dependencies.rand_core] version = "0.6" features = ["getrandom"] default-features = false [dependencies.rkyv] version = "0.7" default-features = false [dev-dependencies.criterion] version = "0.5" [dev-dependencies.lazy_static] version = "1.4" [features] default = ["rkyv-impl"] rkyv-impl = []