# 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 = "zkmemory" version = "0.1.1" authors = ["Chiro "] description = "An universal memory prover in Zero-Knowledge Proof" readme = "README.md" keywords = [ "zkp", "zkmemory", "zkvm", "zkrisc", "ram", ] categories = [ "zkp", "cryptography", "vm", "ram", ] license = "Apache-2.0" repository = "https://github.com/orochi-network/orochimaru/" [lib] name = "zkmemory" path = "src/lib.rs" [dependencies.cargo-llvm-cov] version = "0.5.27" [dependencies.ethnum] version = "1.3.2" [dependencies.hex] version = "0.4.3" [dependencies.rbtree] version = "0.1.5"