# 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 = "verkle-tree" version = "0.1.0" authors = ["CleanPegasus "] description = "A Rust implementation of Verkle Trees, a powerful upgrade to Merkle Trees that offers improved efficiency and reduced proof sizes. This crate provides a robust, performant, and easy-to-use library for creating, manipulating, and verifying Verkle Trees." readme = "README.md" license = "MIT" [dependencies.ark-bls12-381] version = "0.4.0" [dependencies.ark-ec] version = "0.4.2" [dependencies.ark-ff] version = "=0.4.2" [dependencies.ark-poly] version = "0.4.2" [dependencies.ark-std] version = "0.4.0" [dependencies.ark-test-curves] version = "0.4.2" [dependencies.kzg-commitment] version = "0.1.3" [dependencies.num-bigint] version = "0.4.6" [dependencies.rand] version = "0.8.5"