# 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 = "light-utils" version = "1.1.0" description = "Common utility functions used in Light Protocol" license = "Apache-2.0" repository = "https://github.com/Lightprotocol/light-protocol" [dependencies.anyhow] version = "1.0" [dependencies.ark-bn254] version = "0.4.0" [dependencies.ark-ff] version = "0.4" [dependencies.light-bounded-vec] version = "1.1.0" [dependencies.num-bigint] version = "0.4" features = ["rand"] [dependencies.rand] version = "0.8" [dependencies.solana-program] version = "=1.18.22" [dependencies.thiserror] version = "1.0" [dev-dependencies.bytemuck] version = "1.17" [dev-dependencies.memoffset] version = "0.9"