[dependencies.rayon]
version = "1.10"
[dependencies.walkdir]
version = "2.5"
[features]
no_parallel = []
[lib]
name = "leo_test_framework"
path = "src/lib.rs"
[package]
authors = ["The Leo Team <leo@provable.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "cryptography"]
description = "The testing framework for the Leo programming language"
edition = "2024"
homepage = "https://leo-lang.org"
include = ["Cargo.toml", "src", "LICENSE.md"]
keywords = ["aleo", "cryptography", "leo", "programming-language", "zero-knowledge"]
license = "GPL-3.0"
name = "leo-test-framework"
readme = false
repository = "https://github.com/ProvableHQ/leo"
rust-version = "1.85.1"
version = "2.7.3"