# 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-concurrent-merkle-tree" version = "1.1.0" description = "Concurrent Merkle tree implementation" license = "Apache-2.0" repository = "https://github.com/Lightprotocol/light-protocol" [dependencies.borsh] version = "0.10" [dependencies.bytemuck] version = "1.17" [dependencies.light-bounded-vec] version = "1.1.0" [dependencies.light-hasher] version = "1.1.0" [dependencies.light-utils] version = "1.1.0" [dependencies.memoffset] version = "0.9" [dependencies.solana-program] version = "=1.18.22" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.ark-bn254] version = "0.4" [dev-dependencies.ark-ff] version = "0.4" [dev-dependencies.light-hash-set] version = "1.2.0" features = ["solana"] [dev-dependencies.light-merkle-tree-reference] version = "1.1.0" [dev-dependencies.num-bigint] version = "0.4" [dev-dependencies.num-traits] version = "0.2" [dev-dependencies.rand] version = "0.8" [dev-dependencies.solana-program] version = "=1.18.22" [dev-dependencies.spl-account-compression] version = "0.3.0" default-features = false [dev-dependencies.spl-concurrent-merkle-tree] version = "0.2.0" default-features = false [dev-dependencies.tokio] version = "1.39.1" features = [ "rt", "macros", "rt-multi-thread", ] [features] heavy-tests = [] solana = [ "light-bounded-vec/solana", "light-hasher/solana", "solana-program", ]