[package] name = "zk_database" version = "0.1.2" edition = "2021" authors = ["Reza Ramezan"] description = "A library that enables ZKP to NoSQL databases." license = "MIT" repository = "https://github.com/PlayFi-Labs/zk-Database" documentation = "https://github.com/PlayFi-Labs/zk-Database" homepage = "https://github.com/PlayFi-Labs/zk-Database" [dependencies] anyhow = "1.0.86" ark-bn254 = "0.4.0" ark-ff = "0.4.2" light-poseidon = "0.2.0" rand = "0.8.5" rs_merkle = "1.4.2" serde = "1.0.203" lazy_static = "1.4.0" [dependencies.mongodb] version = "2.8.2" default-features = false features = ["sync"]