# 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 = "vector-commit" version = "0.1.0" authors = ["SleepingShell"] description = "A collection of traits to use with vector commitment schemes, and a few implementations of VC" readme = "README.md" keywords = ["cryptography"] license = "MIT" repository = "https://github.com/SleepingShell/verkle-tree-rs/tree/main/vector-commit" resolver = "1" [profile.release] debug = true [[bench]] name = "proofs" harness = false [dependencies.ark-bn254] version = "0.4" [dependencies.ark-ec] version = "0.4" [dependencies.ark-ff] version = "0.4" [dependencies.ark-poly] version = "0.4" [dependencies.num] version = "0.4.1" [dependencies.rand] version = "0.8.5" [dev-dependencies.criterion] version = "0.5"