# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wedpr_s_verifiable_confidential_ledger" version = "1.3.0" authors = ["WeDPR "] description = "Library of verifiable confidential ledger (VCL) solution." license = "Apache-2.0" [[bench]] name = "vcl" harness = false [dependencies.colored] version = "1.8" [dependencies.curve25519-dalek] version = "1" features = ["serde"] [dependencies.protobuf] version = "2.20.0" [dependencies.wedpr_l_crypto_zkp_discrete_logarithm_proof] version = "1.0.0" [dependencies.wedpr_l_crypto_zkp_range_proof] version = "1.0.0" [dependencies.wedpr_l_crypto_zkp_utils] version = "1.0.0" [dependencies.wedpr_l_macros] version = "1.0.0" [dependencies.wedpr_l_protos] version = "1.0.0" [dependencies.wedpr_l_utils] version = "1.0.0" [dependencies.wedpr_s_protos] version = "1.3.0" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.wedpr_l_common_coder_base64] version = "1.0.0"