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